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