| Trees | Indices | Help |
|
|---|
|
|
Represent a single linear equation as a list of variable names, a list of coefficients, and a constant. Assume the coeff * var terms are on the left of the equality and the constant is on the right.
| Instance Methods | |||
|
|||
|
|||
|
|||
| Instance Variables | |
|
variableNames List of variable names |
|
|
coeffs List of coefficients in the same order as the variable names |
|
|
constant Constant (right hand side) |
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Apr 26 17:51:16 2011 | http://epydoc.sourceforge.net |