|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbrt.kernel.math.AbstractPolynomial<V>
sbrt.kernel.math.HashQuadExpr<V>
V
- the variable type.public abstract class HashQuadExpr<V>
This class is under construction.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface sbrt.kernel.math.QuadraticExpr |
---|
QuadraticExpr.Term<V> |
Constructor Summary | |
---|---|
HashQuadExpr(double constant)
Constructs a new quadratic expression. |
Method Summary |
---|
Methods inherited from class sbrt.kernel.math.AbstractPolynomial |
---|
checkConstant, getConstant, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface sbrt.kernel.math.Polynomial |
---|
equals, getConstant, getTermArray, hashCode, plugInNumbers, terms, toString |
Methods inherited from interface sbrt.kernel.math.MathExpr |
---|
getVariables, hasAllVariables, hasVariable, hasVariables, variables |
Constructor Detail |
---|
public HashQuadExpr(double constant)
constant
- the constant.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |