Uses of Class
org.ojalgo.function.FunctionSet
Packages that use FunctionSet
Package
Description
-
Uses of FunctionSet in org.ojalgo.array
Fields in org.ojalgo.array declared as FunctionSetMethods 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.decomposition
Methods in org.ojalgo.matrix.decomposition that return FunctionSetModifier and TypeMethodDescription(package private) final FunctionSet<N> AbstractDecomposition.function() -
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.structure
Methods in org.ojalgo.structure that return FunctionSet -
Uses of FunctionSet in org.ojalgo.tensor
Fields in org.ojalgo.tensor declared as FunctionSetMethods in org.ojalgo.tensor that return FunctionSetModifier and TypeMethodDescriptionArrayBasedTensor.Factory.function()TensorFactory1D.function()TensorFactory2D.function()TensorFactoryAnyD.function()Constructors in org.ojalgo.tensor with parameters of type FunctionSetModifierConstructorDescription(package private)ArrayBasedTensor(int rank, int dimensions, FunctionSet<N> functionSet, Scalar.Factory<N> scalarFactory) -
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()