Uses of Class
org.ojalgo.function.FunctionSet
-
-
Uses of FunctionSet in org.ojalgo.array
Fields in org.ojalgo.array declared as FunctionSet Modifier and Type Field Description private FunctionSet<N>BasicArray.BaseFactory. myFunctionMethods in org.ojalgo.array that return FunctionSet Modifier and Type Method Description FunctionSet<N>Array1D.Factory. function()FunctionSet<N>Array2D.Factory. function()FunctionSet<N>ArrayAnyD.Factory. function()FunctionSet<N>BasicArray.BaseFactory. function() -
Uses of FunctionSet in org.ojalgo.function
Subclasses of FunctionSet in org.ojalgo.function Modifier and Type Class Description classBigFunctionOnly the reference type parameter (BigDecimal) methods are actually implemented.classComplexFunctionclassPrimitiveFunctionOnly the primitive parameter (double) methods are actually implemented.classQuadrupleFunctionRationalFunctionclassQuaternionFunctionclassRationalFunctionRationalFunction -
Uses of FunctionSet in org.ojalgo.matrix
Methods in org.ojalgo.matrix that return FunctionSet Modifier and Type Method Description FunctionSet<N>MatrixFactory. function() -
Uses of FunctionSet in org.ojalgo.matrix.decomposition
Methods in org.ojalgo.matrix.decomposition that return FunctionSet Modifier and Type Method Description (package private) FunctionSet<N>AbstractDecomposition. function() -
Uses of FunctionSet in org.ojalgo.matrix.store
Methods in org.ojalgo.matrix.store that return FunctionSet Modifier and Type Method Description FunctionSet<N>GenericStore.Factory. function()FunctionSet<N>PhysicalStore.Factory. function()FunctionSet<java.lang.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 FunctionSet Modifier and Type Method Description static <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 Modifier and Type Method Description FunctionSet<?>FactorySupplement. function() -
Uses of FunctionSet in org.ojalgo.tensor
Fields in org.ojalgo.tensor declared as FunctionSet Modifier and Type Field Description private FunctionSet<N>ArrayBasedTensor. myFunctionSetMethods in org.ojalgo.tensor that return FunctionSet Modifier and Type Method Description FunctionSet<N>ArrayBasedTensor.Factory. function()FunctionSet<N>TensorFactory1D. function()FunctionSet<N>TensorFactory2D. function()FunctionSet<N>TensorFactoryAnyD. function()Constructors in org.ojalgo.tensor with parameters of type FunctionSet Constructor Description 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 FunctionSet Modifier and Type Method Description <N extends java.lang.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 FunctionSet Modifier and Type Method Description <N extends java.lang.Comparable<N>>
FunctionSet<N>MathType. getFunctionSet()
-