Uses of Interface
org.ojalgo.function.ParameterFunction
Packages that use ParameterFunction
Package
Description
-
Uses of ParameterFunction in org.ojalgo.function
Subinterfaces of ParameterFunction in org.ojalgo.functionModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfaceMethods 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() -
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 TypeMethodDescriptionvoidDataSeries.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 POperate1D.onAll(ParameterFunction<N> operator, int parameter) default POperate2D.onAll(ParameterFunction<N> operator, int parameter) default POperateAnyD.onAll(ParameterFunction<N> operator, int parameter)