Uses of Class
org.ojalgo.function.FunctionSet
Packages that use FunctionSet
Package
Description
-
Uses of FunctionSet in org.ojalgo.array
Methods in org.ojalgo.array that return FunctionSet -
Uses of FunctionSet in org.ojalgo.function
Subclasses of FunctionSet in org.ojalgo.functionModifier and TypeClassDescriptionfinal classOnly the reference type parameter (BigDecimal) methods are actually implemented.final classfinal classOnly the primitive parameter (double) methods are actually implemented.final classRationalFunctionfinal classfinal classRationalFunction -
Uses of FunctionSet in org.ojalgo.matrix
Methods in org.ojalgo.matrix that return FunctionSet -
Uses of FunctionSet in org.ojalgo.matrix.store
Methods in org.ojalgo.matrix.store that return FunctionSetModifier and TypeMethodDescriptionGenericStore.Factory.function()PhysicalStore.Factory.function()final FunctionSet<Double> PrimitiveFactory.function()FunctionSet<?> SparseStore.Factory.function() -
Uses of FunctionSet in org.ojalgo.matrix.transformation
Methods in org.ojalgo.matrix.transformation with parameters of type FunctionSetModifier and TypeMethodDescriptionstatic <N extends Scalar<N>>
Rotation.Generic<N> Rotation.makeGeneric(FunctionSet<N> functions, int aLowerIndex, int aHigherIndex, N anAngle) -
Uses of FunctionSet in org.ojalgo.tensor
Methods in org.ojalgo.tensor that return FunctionSet -
Uses of FunctionSet in org.ojalgo.type.context
Methods in org.ojalgo.type.context with parameters of type FunctionSetModifier and TypeMethodDescription<N extends Comparable<N>>
UnaryFunction<N> NumberContext.getFunction(FunctionSet<N> functions) -
Uses of FunctionSet in org.ojalgo.type.math
Methods in org.ojalgo.type.math that return FunctionSetModifier and TypeMethodDescription<N extends Comparable<N>>
FunctionSet<N> MathType.getFunctionSet()