- addExpression
ClLinearExpression addExpression(ClLinearExpression expr, double n, ClAbstractVariable subject, ClTableau solver)
Undocumented in source. Be warned that the author may not have intended to support it.
- addExpression
ClLinearExpression addExpression(ClLinearExpression expr, double n)
Undocumented in source. Be warned that the author may not have intended to support it.
- addVariable
ClLinearExpression addVariable(ClAbstractVariable v, double c)
Undocumented in source. Be warned that the author may not have intended to support it.
- addVariable
ClLinearExpression addVariable(ClAbstractVariable v)
Undocumented in source. Be warned that the author may not have intended to support it.
- addVariable
ClLinearExpression addVariable(ClAbstractVariable v, double c, ClAbstractVariable subject, ClTableau solver)
Undocumented in source. Be warned that the author may not have intended to support it.
- anyPivotableVariable
ClAbstractVariable anyPivotableVariable()
Undocumented in source. Be warned that the author may not have intended to support it.
- changeSubject
void changeSubject(ClAbstractVariable old_subject, ClAbstractVariable new_subject)
Undocumented in source. Be warned that the author may not have intended to support it.
- clone
Object clone()
Undocumented in source. Be warned that the author may not have intended to support it.
- coefficientFor
double coefficientFor(ClAbstractVariable var)
Undocumented in source. Be warned that the author may not have intended to support it.
- constant
double constant()
Undocumented in source. Be warned that the author may not have intended to support it.
- divFrom
ClLinearExpression divFrom(ClLinearExpression expr)
Undocumented in source. Be warned that the author may not have intended to support it.
- divide
ClLinearExpression divide(double x)
Undocumented in source. Be warned that the author may not have intended to support it.
- divide
ClLinearExpression divide(ClLinearExpression expr)
Undocumented in source. Be warned that the author may not have intended to support it.
- incrementConstant
void incrementConstant(double c)
Undocumented in source. Be warned that the author may not have intended to support it.
- isConstant
bool isConstant()
Undocumented in source. Be warned that the author may not have intended to support it.
- minus
ClLinearExpression minus(double c)
Undocumented in source. Be warned that the author may not have intended to support it.
- minus
ClLinearExpression minus(ClLinearExpression expr)
Undocumented in source. Be warned that the author may not have intended to support it.
- minus
ClLinearExpression minus(ClVariable var)
Undocumented in source. Be warned that the author may not have intended to support it.
- multiplyMe
ClLinearExpression multiplyMe(double x)
Undocumented in source. Be warned that the author may not have intended to support it.
- newSubject
double newSubject(ClAbstractVariable subject)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
ClLinearExpression opBinary(T expr)
Undocumented in source. Be warned that the author may not have intended to support it.
- plus
ClLinearExpression plus(double c)
Undocumented in source. Be warned that the author may not have intended to support it.
- plus
ClLinearExpression plus(ClLinearExpression expr)
Undocumented in source. Be warned that the author may not have intended to support it.
- plus
ClLinearExpression plus(ClVariable var)
Undocumented in source. Be warned that the author may not have intended to support it.
- setVariable
ClLinearExpression setVariable(ClAbstractVariable v, double c)
Undocumented in source. Be warned that the author may not have intended to support it.
- set_constant
void set_constant(double c)
Undocumented in source. Be warned that the author may not have intended to support it.
- substituteOut
void substituteOut(ClAbstractVariable var, ClLinearExpression expr, ClAbstractVariable subject, ClTableau solver)
Undocumented in source. Be warned that the author may not have intended to support it.
- subtractFrom
ClLinearExpression subtractFrom(ClLinearExpression expr)
Undocumented in source. Be warned that the author may not have intended to support it.
- terms
auto terms()
Undocumented in source. Be warned that the author may not have intended to support it.
- times
ClLinearExpression times(double x)
Undocumented in source. Be warned that the author may not have intended to support it.
- times
ClLinearExpression times(ClLinearExpression expr)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.