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 MathTypeBasicArray.BaseFactory. myMathTypeMethods in org.ojalgo.array that return MathType Modifier and Type Method Description MathTypeArray1D.Factory. getMathType()MathTypeArray2D.Factory. getMathType()MathTypeArrayAnyD.Factory. getMathType()MathTypeBasicArray.BaseFactory. getMathType()MathTypeBasicArray. getMathType()Methods in org.ojalgo.array with parameters of type MathType Modifier and Type Method Description (package private) static GrowthStrategyGrowthStrategy. from(MathType mathType)Constructors in org.ojalgo.array with parameters of type MathType Constructor Description BaseFactory(MathType mathType)Factory(MathType mathType, BufferArray.BufferConstructor constructor)Factory(MathType mathType)Factory(MathType mathType, java.util.function.LongFunction<OffHeapArray> constructor)Factory(MathType mathType)Factory(MathType mathType)Factory(MathType mathType)Factory(MathType mathType) -
Uses of MathType in org.ojalgo.matrix
Methods in org.ojalgo.matrix that return MathType Modifier and Type Method Description MathTypeMatrixFactory. getMathType() -
Uses of MathType in org.ojalgo.matrix.store
Methods in org.ojalgo.matrix.store that return MathType Modifier and Type Method Description MathTypeGenericStore.Factory. getMathType()MathTypeSparseStore.Factory. getMathType()Methods in org.ojalgo.matrix.store with parameters of type MathType Modifier and Type Method Description (package private) static <N extends java.lang.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 Modifier and Type Method Description MathTypeFactorySupplement. getMathType() -
Uses of MathType in org.ojalgo.tensor
Methods in org.ojalgo.tensor that return MathType Modifier and Type Method Description MathTypeAnyTensor.Factory. getMathType()MathTypeMatrixTensor.Factory. getMathType()MathTypeTensorFactory1D. getMathType()MathTypeTensorFactory2D. getMathType()MathTypeTensorFactoryAnyD. getMathType()MathTypeVectorTensor.Factory. getMathType() -
Uses of MathType in org.ojalgo.type.math
Methods in org.ojalgo.type.math that return MathType Modifier and Type Method Description MathTypeMathType. common(MathType other)static MathTypeMathType. 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 MathTypeMathType. common(MathType other)static booleanMathType. isPrimitive(MathType type1, MathType type2)
-