org.ojalgo.series.primitive
Class BinaryFunctionSeries
java.lang.Object
org.ojalgo.series.primitive.PrimitiveSeries
org.ojalgo.series.primitive.BinaryFunctionSeries
- All Implemented Interfaces:
- Access1D<Double>
public final class BinaryFunctionSeries
- extends PrimitiveSeries
|
Method Summary |
int |
size()
|
double |
value(int index)
|
| Methods inherited from class org.ojalgo.series.primitive.PrimitiveSeries |
add, add, copy, differences, divide, divide, doubleValue, exp, get, iterator, log, multiply, multiply, quotients, runningProduct, runningSum, subtract, subtract, toDataSeries, values |
BinaryFunctionSeries
public BinaryFunctionSeries(PrimitiveSeries aLeftSeries,
BinaryFunction<Double> aFunction,
PrimitiveSeries aRightSeries)
size
public final int size()
- Returns:
- The total number of elements contained in this structure
value
public final double value(int index)
- Specified by:
value in class PrimitiveSeries