Uses of Enum Class
org.ejml.data.MatrixType
Packages that use MatrixType
-
Uses of MatrixType in org.ejml.data
Methods in org.ejml.data that return MatrixTypeModifier 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
Methods in org.ejml.ops with parameters of type MatrixTypeModifier 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
Methods in org.ejml.simple that return MatrixTypeModifier and TypeMethodDescriptionConstMatrix.getType()
Returns the type of matrix it is wrapping.SimpleBase.getType()
Returns the type of matrix it is wrapping.Methods in org.ejml.simple with parameters of type MatrixTypeModifier 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) Constructors in org.ejml.simple with parameters of type MatrixTypeModifierConstructorDescriptionSimpleMatrix
(int numRows, int numCols, MatrixType type) Create a simple matrix of the specified type