Uses of Interface
org.ojalgo.function.ParameterFunction
Packages that use ParameterFunction
Package
Description
Everythinng in this package should be considered library-private – it should only be used by other parts of
ojAlgo! Code in this package is often refactored (api-breaking) without even a notice in the changelog.
-
Uses of ParameterFunction in org.ojalgo.array.operation
Methods in org.ojalgo.array.operation with parameters of type ParameterFunctionModifier and TypeMethodDescriptionstatic void
OperationParameter.invoke
(byte[] data, int first, int limit, int step, byte[] values, ParameterFunction<Double> function, int param) static void
OperationParameter.invoke
(double[] data, int first, int limit, int step, double[] values, ParameterFunction<Double> function, int param) static void
OperationParameter.invoke
(float[] data, int first, int limit, int step, float[] values, ParameterFunction<Double> function, int param) static void
OperationParameter.invoke
(int[] data, int first, int limit, int step, int[] values, ParameterFunction<Double> function, int param) static void
OperationParameter.invoke
(long[] data, int first, int limit, int step, long[] values, ParameterFunction<Double> function, int param) static void
OperationParameter.invoke
(short[] data, int first, int limit, int step, short[] values, ParameterFunction<Double> function, int param) static <N extends Comparable<N>>
voidOperationParameter.invoke
(N[] data, int first, int limit, int step, N[] values, ParameterFunction<N> function, int param) static <N extends Comparable<N>>
voidOperationParameter.invoke
(BasicArray<N> data, int first, int limit, int step, Access1D<N> value, ParameterFunction<N> function, int param) -
Uses of ParameterFunction in org.ojalgo.function
Subinterfaces of ParameterFunction in org.ojalgo.functionModifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
static interface
static interface
static interface
Fields in org.ojalgo.function declared as ParameterFunctionModifier and TypeFieldDescriptionprivate final ParameterFunction
<N> ParameterFunction.FixedParameter.myFunction
Methods in org.ojalgo.function that return ParameterFunctionModifier and TypeMethodDescriptiondefault ParameterFunction
<N> ParameterFunction.andThen
(UnaryFunction<N> after) default ParameterFunction
<N> ParameterFunction.compose
(UnaryFunction<N> before) ParameterFunction.FixedParameter.getFunction()
BigFunction.power()
ComplexFunction.power()
abstract ParameterFunction
<N> FunctionSet.power()
PrimitiveFunction.power()
QuadrupleFunction.power()
QuaternionFunction.power()
RationalFunction.power()
BigFunction.root()
ComplexFunction.root()
abstract ParameterFunction
<N> FunctionSet.root()
PrimitiveFunction.root()
QuadrupleFunction.root()
QuaternionFunction.root()
RationalFunction.root()
BigFunction.scale()
ComplexFunction.scale()
abstract ParameterFunction
<N> FunctionSet.scale()
PrimitiveFunction.scale()
QuadrupleFunction.scale()
QuaternionFunction.scale()
RationalFunction.scale()
Constructors in org.ojalgo.function with parameters of type ParameterFunctionModifierConstructorDescription(package private)
FixedParameter
(ParameterFunction<N> function, int param) -
Uses of ParameterFunction in org.ojalgo.matrix
Methods in org.ojalgo.matrix with parameters of type ParameterFunctionModifier and TypeMethodDescriptionBasicMatrix.onAll
(ParameterFunction<N> operator, int parameter) -
Uses of ParameterFunction in org.ojalgo.series.primitive
Methods in org.ojalgo.series.primitive with parameters of type ParameterFunctionModifier and TypeMethodDescriptionvoid
DataSeries.modify
(ParameterFunction<Double> func, int param) -
Uses of ParameterFunction in org.ojalgo.structure
Methods in org.ojalgo.structure with parameters of type ParameterFunctionModifier and TypeMethodDescriptiondefault P
Operate1D.onAll
(ParameterFunction<N> operator, int parameter) default P
Operate2D.onAll
(ParameterFunction<N> operator, int parameter) default P
OperateAnyD.onAll
(ParameterFunction<N> operator, int parameter)