Uses of Enum Class
org.ejml.data.MatrixType
-
Uses of MatrixType in org.ejml.data
Modifier and TypeMethodDescriptionBMatrixRMaj.getType()
CMatrixRMaj.getType()
DMatrix2.getType()
DMatrix2x2.getType()
DMatrix3.getType()
DMatrix3x3.getType()
DMatrix4.getType()
DMatrix4x4.getType()
DMatrix5.getType()
DMatrix5x5.getType()
DMatrix6.getType()
DMatrix6x6.getType()
DMatrixRBlock.getType()
DMatrixRMaj.getType()
DMatrixSparseCSC.getType()
DMatrixSparseTriplet.getType()
FMatrix2.getType()
FMatrix2x2.getType()
FMatrix3.getType()
FMatrix3x3.getType()
FMatrix4.getType()
FMatrix4x4.getType()
FMatrix5.getType()
FMatrix5x5.getType()
FMatrix6.getType()
FMatrix6x6.getType()
FMatrixRBlock.getType()
FMatrixRMaj.getType()
FMatrixSparseCSC.getType()
FMatrixSparseTriplet.getType()
Matrix.getType()
Returns the type of matrixZMatrixRMaj.getType()
static MatrixType
MatrixType.lookup
(boolean dense, boolean real, int bits) Looks up the default matrix type for the specified featuresstatic MatrixType
static MatrixType
Returns the enum constant of this class with the specified name.static MatrixType[]
MatrixType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of MatrixType in org.ejml.ops
Modifier and TypeMethodDescriptionstatic Matrix
ConvertMatrixType.convert
(Matrix matrix, MatrixType desired) Converts a matrix of one data type into another data type. -
Uses of MatrixType in org.ejml.simple
Modifier and TypeMethodDescriptionConstMatrix.getType()
Returns the type of matrix it is wrapping.SimpleBase.getType()
Returns the type of matrix it is wrapping.Modifier and TypeMethodDescriptionprotected abstract T
SimpleBase.createMatrix
(int numRows, int numCols, MatrixType type) Used internally for creating new instances of SimpleMatrix.protected SimpleMatrix
SimpleMatrix.createMatrix
(int numRows, int numCols, MatrixType type) protected static SimpleOperations
SimpleBase.lookupOps
(MatrixType type) ModifierConstructorDescriptionSimpleMatrix
(int numRows, int numCols, MatrixType type) Create a simple matrix of the specified type