Package org.ojalgo.function
package org.ojalgo.function
-
ClassDescriptionFor when you want to emphasise that something is a (mathematical) function.Only the reference type parameter (BigDecimal) methods are actually implemented.BinaryFunction<N extends Comparable<N>>BinaryFunction.FixedFirst<N extends Comparable<N>>A BinaryFunction with a set/fixed first argument.BinaryFunction.FixedSecond<N extends Comparable<N>>A BinaryFunction with a set/fixed second argument.FunctionSet<N extends Comparable<N>>A predefined/standard set of functions.NullaryFunction<N extends Comparable<N>>ParameterFunction<N extends Comparable<N>>ParameterFunction.FixedParameter<N extends Comparable<N>>A ParameterFunction with a set/fixed parameter.PredicateFunction<N extends Comparable<N>>Only the primitive parameter (double) methods are actually implemented.RationalFunctionRationalFunctionUnaryFunction<N extends Comparable<N>>VoidFunction<N extends Comparable<N>>