Package | Description |
---|---|
org.ojalgo.array | |
org.ojalgo.function | |
org.ojalgo.series.primitive | |
org.ojalgo.structure |
Modifier and Type | Method and Description |
---|---|
protected static void |
BufferArray.invoke(BufferArray data,
int first,
int limit,
int step,
Access1D<Double> value,
ParameterFunction<Double> function,
int aParam) |
protected static void |
Primitive64Array.invoke(double[] data,
int first,
int limit,
int step,
Access1D<Double> values,
ParameterFunction<Double> function,
int aParam) |
protected static void |
Primitive32Array.invoke(float[] data,
int first,
int limit,
int step,
Access1D<Double> values,
ParameterFunction<Double> function,
int aParam) |
protected static <N extends Number> |
ReferenceTypeArray.invoke(N[] data,
int first,
int limit,
int step,
Access1D<N> value,
ParameterFunction<N> function,
int aParam) |
protected void |
Primitive32Array.modify(int first,
int limit,
int step,
ParameterFunction<Double> function,
int parameter) |
protected void |
Primitive64Array.modify(int first,
int limit,
int step,
ParameterFunction<Double> function,
int parameter) |
protected void |
BufferArray.modify(int first,
int limit,
int step,
ParameterFunction<Double> function,
int parameter) |
protected void |
ReferenceTypeArray.modify(int first,
int limit,
int step,
ParameterFunction<N> function,
int parameter) |
Modifier and Type | Interface and Description |
---|---|
static interface |
BigFunction.Parameter |
static interface |
ComplexFunction.Parameter |
static interface |
PrimitiveFunction.Parameter |
static interface |
QuaternionFunction.Parameter |
static interface |
RationalFunction.Parameter |
Modifier and Type | Method and Description |
---|---|
void |
DataSeries.modify(ParameterFunction<Double> func,
int param) |
Modifier and Type | Method and Description |
---|---|
default P |
Stream2D.operateOnAll(ParameterFunction<N> operator,
int parameter) |
default P |
Stream1D.operateOnAll(ParameterFunction<N> operator,
int parameter) |
default P |
StreamAnyD.operateOnAll(ParameterFunction<N> operator,
int parameter) |
Copyright © 2019 Optimatika. All rights reserved.