Uses of Class
org.ojalgo.type.math.MathType
-
Packages that use MathType Package Description org.ojalgo.array org.ojalgo.matrix org.ojalgo.matrix.store org.ojalgo.structure org.ojalgo.tensor org.ojalgo.type.math -
-
Uses of MathType in org.ojalgo.array
Fields in org.ojalgo.array declared as MathType Modifier and Type Field Description private MathType
BufferArray.Factory. myMathType
private MathType
OffHeapArray.Factory. myMathType
Methods in org.ojalgo.array that return MathType Modifier and Type Method Description MathType
Array1D.Factory. getMathType()
MathType
Array2D.Factory. getMathType()
MathType
ArrayAnyD.Factory. getMathType()
MathType
BasicArray.Factory. getMathType()
MathType
BasicArray. getMathType()
MathType
BufferArray.Factory. getMathType()
MathType
BufferArray.MappedFileFactory. getMathType()
MathType
OffHeapArray.Factory. getMathType()
MathType
StrategyBuildingFactory. getMathType()
Constructors in org.ojalgo.array with parameters of type MathType Constructor Description Factory(MathType mathType, BufferArray.BufferConstructor constructor)
Factory(MathType mathType, java.util.function.LongFunction<OffHeapArray> constructor)
-
Uses of MathType in org.ojalgo.matrix
Methods in org.ojalgo.matrix that return MathType Modifier and Type Method Description MathType
MatrixFactory. getMathType()
-
Uses of MathType in org.ojalgo.matrix.store
Methods in org.ojalgo.matrix.store that return MathType Modifier and Type Method Description MathType
GenericStore.Factory. getMathType()
MathType
SparseStore.Factory. getMathType()
-
Uses of MathType in org.ojalgo.structure
Methods in org.ojalgo.structure that return MathType Modifier and Type Method Description MathType
FactorySupplement. getMathType()
-
Uses of MathType in org.ojalgo.tensor
Methods in org.ojalgo.tensor that return MathType Modifier and Type Method Description MathType
AnyTensor.Factory. getMathType()
MathType
MatrixTensor.Factory. getMathType()
MathType
TensorFactory1D. getMathType()
MathType
TensorFactory2D. getMathType()
MathType
TensorFactoryAnyD. getMathType()
MathType
VectorTensor.Factory. getMathType()
-
Uses of MathType in org.ojalgo.type.math
Methods in org.ojalgo.type.math that return MathType Modifier and Type Method Description MathType
MathType. common(MathType other)
static MathType
MathType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MathType[]
MathType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ojalgo.type.math with parameters of type MathType Modifier and Type Method Description MathType
MathType. common(MathType other)
static boolean
MathType. isPrimitive(MathType type1, MathType type2)
-