Package org.opt4j.operator.algebra
Interface Term
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
calculate(double... values)
Calculates the result of thisTerm
.
-
-
-
Method Detail
-
calculate
double calculate(double... values)
Calculates the result of thisTerm
.- Parameters:
values
- the values- Returns:
- the result
-
-