org.ojalgo.function
Class PreconfiguredParameter<N extends Number>
java.lang.Object
org.ojalgo.function.PreconfiguredParameter<N>
- All Implemented Interfaces:
- Function<N>, UnaryFunction<N>
public final class PreconfiguredParameter<N extends Number>
- extends Object
- implements UnaryFunction<N>
A ParameterFunction with a set/fixed parameter.
- Author:
- apete
PreconfiguredParameter
public PreconfiguredParameter(ParameterFunction<N> aFunc,
int aParam)
invoke
public double invoke(double aFirstArg)
- Specified by:
invoke in interface UnaryFunction<N extends Number>
invoke
public N invoke(N aFirstArg)
- Specified by:
invoke in interface UnaryFunction<N extends Number>