Uses of Enum Class
org.ojalgo.type.math.MathType
Packages that use MathType
Package
Description
-
Uses of MathType in org.ojalgo.array
Fields in org.ojalgo.array declared as MathTypeModifier and TypeFieldDescriptionprivate final MathType
BufferArray.Factory.myMathType
private final MathType
OffHeapArray.Factory.myMathType
Methods in org.ojalgo.array that return MathTypeModifier and TypeMethodDescriptionArray1D.Factory.getMathType()
Array2D.Factory.getMathType()
ArrayAnyD.Factory.getMathType()
BasicArray.Factory.getMathType()
final MathType
BasicArray.getMathType()
BufferArray.Factory.getMathType()
BufferArray.MappedFileFactory.getMathType()
OffHeapArray.Factory.getMathType()
StrategyBuildingFactory.getMathType()
Constructors in org.ojalgo.array with parameters of type MathTypeModifierConstructorDescription(package private)
Factory
(MathType mathType, BufferArray.BufferConstructor constructor) (package private)
Factory
(MathType mathType, LongFunction<OffHeapArray> constructor) -
Uses of MathType in org.ojalgo.matrix
Methods in org.ojalgo.matrix that return MathType -
Uses of MathType in org.ojalgo.matrix.store
Methods in org.ojalgo.matrix.store that return MathTypeModifier and TypeMethodDescriptionGenericStore.Factory.getMathType()
SparseStore.Factory.getMathType()
-
Uses of MathType in org.ojalgo.structure
Methods in org.ojalgo.structure that return MathType -
Uses of MathType in org.ojalgo.tensor
Methods in org.ojalgo.tensor that return MathTypeModifier and TypeMethodDescriptionAnyTensor.Factory.getMathType()
MatrixTensor.Factory.getMathType()
TensorFactory1D.getMathType()
TensorFactory2D.getMathType()
TensorFactoryAnyD.getMathType()
VectorTensor.Factory.getMathType()
-
Uses of MathType in org.ojalgo.type.math
Methods in org.ojalgo.type.math that return MathTypeModifier and TypeMethodDescriptionstatic MathType
Returns the enum constant of this class with the specified name.static MathType[]
MathType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ojalgo.type.math with parameters of type MathType