Package org.opt4j.operator.algebra
Class Sub
- java.lang.Object
-
- org.opt4j.operator.algebra.Sub
-
-
Field Summary
Fields Modifier and Type Field Description protected Term
minuend
protected Term
subtrahend
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
calculate(double... values)
Calculates the result of thisTerm
.
-