Package org.opt4j.operator.algebra
Class Var
- java.lang.Object
-
- org.opt4j.operator.algebra.Var
-
-
Field Summary
Fields Modifier and Type Field Description protected doublevalue
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublecalculate(double... values)Calculates the result of thisTerm.doublegetValue()Returns the value.voidsetValue(double value)Sets the value.
-