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 MathTypeMethods in org.ojalgo.array that return MathTypeModifier and TypeMethodDescriptionArray1D.Factory.getMathType()Array2D.Factory.getMathType()ArrayAnyD.Factory.getMathType()final MathTypeBasicArray.BaseFactory.getMathType()final MathTypeBasicArray.getMathType()Methods in org.ojalgo.array with parameters of type MathTypeConstructors in org.ojalgo.array with parameters of type MathTypeModifierConstructorDescription(package private)BaseFactory(MathType mathType) (package private)Factory(MathType mathType, BufferArray.BufferConstructor constructor) protected(package private)Factory(MathType mathType, LongFunction<OffHeapArray> constructor) protectedprotectedprotectedprotected -
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()Methods in org.ojalgo.matrix.store with parameters of type MathTypeModifier and TypeMethodDescription(package private) static <N extends Comparable<N>>
TransformableRegion.FillByMultiplying<N> Subregion2D.findMultiplier(MathType type, int nbRows, int nbCols) -
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
Subclasses with type arguments of type MathType in org.ojalgo.type.mathModifier and TypeClassDescriptionenumThe number sets supported by ojAlgo, paired with a declaration of how they are implemented/approximated.Methods in org.ojalgo.type.math that return MathTypeModifier and TypeMethodDescriptionstatic MathTypeReturns 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