Uses of Class
org.ojalgo.function.FunctionSet
-
-
Uses of FunctionSet in org.ojalgo.array
Methods 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()
abstract FunctionSet<N>
ArrayFactory. function()
FunctionSet<N>
BasicArray.Factory. function()
FunctionSet<java.lang.Double>
BufferArray.Factory. function()
FunctionSet<java.lang.Double>
BufferArray.MappedFileFactory. function()
FunctionSet<java.lang.Double>
OffHeapArray.Factory. function()
FunctionSet<N>
StrategyBuildingFactory. function()
-
Uses of FunctionSet in org.ojalgo.function
Subclasses of FunctionSet in org.ojalgo.function Modifier and Type Class Description class
BigFunction
Only the reference type parameter (BigDecimal) methods are actually implemented.class
ComplexFunction
class
PrimitiveFunction
Only the primitive parameter (double) methods are actually implemented.class
QuadrupleFunction
RationalFunctionclass
QuaternionFunction
class
RationalFunction
RationalFunction -
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 protected abstract FunctionSet<N>
AbstractDecomposition. function()
protected FunctionSet<N>
GenericDecomposition. function()
protected FunctionSet<java.lang.Double>
RawDecomposition. 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. myFunctionSet
Methods 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)
-