|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbrt.kernel.math.AbstractLinearComb.Term<V>
sbrt.kernel.math.HashLinearComb.Term<V>
V
- the variable type.public static class HashLinearComb.Term<V>
This class is a concrete implementation of LinearComb.Term.
Constructor Summary | |
---|---|
HashLinearComb.Term(double coefficient,
V variable)
Constructs a new linear combination term with the provided coefficient and variable. |
|
HashLinearComb.Term(V variable)
Constructs a new linear combination term with the provided variable. |
|
HashLinearComb.Term(V variable,
double coefficient)
Constructs a new linear combination term with the provided coefficient and variable. |
Method Summary |
---|
Methods inherited from class sbrt.kernel.math.AbstractLinearComb.Term |
---|
equals, getCoefficient, getVariable, getVariables, hasAllVariables, hashCode, hasVariable, hasVariables, iterator, power, toString, variables |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HashLinearComb.Term(double coefficient, V variable)
coefficient
- the coefficient of this term.variable
- the variable of this term.public HashLinearComb.Term(V variable, double coefficient)
variable
- the variable of this term.coefficient
- the coefficient of this term.public HashLinearComb.Term(V variable)
variable
- the variable of this term.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |