Package org.opt4j.operator.algebra
Class Index
- java.lang.Object
-
- org.opt4j.operator.algebra.Index
-
-
Field Summary
Fields Modifier and Type Field Description protected int
i
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
calculate(double... values)
Calculates the result of thisTerm
.
-
-
-
Constructor Detail
-
Index
public Index(int i)
Constructs anIndex
.- Parameters:
i
- the array index
-
-