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 FunctionSetModifier and TypeMethodDescriptionArray1D.Factory.function()
Array2D.Factory.function()
ArrayAnyD.Factory.function()
abstract FunctionSet
<N> ArrayFactory.function()
BasicArray.Factory.function()
BufferArray.Factory.function()
BufferArray.MappedFileFactory.function()
OffHeapArray.Factory.function()
StrategyBuildingFactory.function()
-
Uses of FunctionSet in org.ojalgo.function
Subclasses of FunctionSet in org.ojalgo.functionModifier and TypeClassDescriptionfinal class
Only the reference type parameter (BigDecimal) methods are actually implemented.final class
final class
Only the primitive parameter (double) methods are actually implemented.final class
RationalFunctionfinal class
final class
RationalFunction -
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 TypeMethodDescriptionprotected abstract FunctionSet
<N> AbstractDecomposition.function()
protected final FunctionSet
<N> GenericDecomposition.function()
protected final FunctionSet
<Double> RawDecomposition.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)