Package org.opt4j.operator.algebra
Interface Term
public interface Term
The
Term interface.-
Method Summary
-
Method Details
-
calculate
double calculate(double... values) Calculates the result of thisTerm.- Parameters:
values- the values- Returns:
- the result
-