| Name | Description | Type | Package | Framework |
| BlockMatrix64F | A row-major block matrix declared on to one continuous array. | Class | org.ejml.data | Ejml ( Efficient Java Matrix Library ) |
|
| CD1Matrix64F | A generic abstract class for matrices whose data is stored in a single 1D array of doubles. | Class | org.ejml.data | Ejml ( Efficient Java Matrix Library ) |
|
| CDenseMatrix64F | Dense matrix for complex numbers. | Class | org.ejml.data | Ejml ( Efficient Java Matrix Library ) |
|
| Complex64F | Represents a complex number using 64bit floating point numbers. | Class | org.ejml.data | Ejml ( Efficient Java Matrix Library ) |
|
| ComplexMatrix64F | Interface for all complex 64 bit floating point rectangular matrices. | Interface | org.ejml.data | Ejml ( Efficient Java Matrix Library ) |
|
| ComplexPolar64F | Complex64F number in polar notation. | Class | org.ejml.data | Ejml ( Efficient Java Matrix Library ) |
|
| D1Matrix32F | A generic abstract class for matrices whose data is stored in a single 1D array of floats. | Class | org.ejml.data | Ejml ( Efficient Java Matrix Library ) |
|
| D1Matrix64F | A generic abstract class for matrices whose data is stored in a single 1D array of doubles. | Class | org.ejml.data | Ejml ( Efficient Java Matrix Library ) |
|
| D1Submatrix64F | Describes a rectangular submatrix inside of a D1Matrix64F. | Class | org.ejml.data | Ejml ( Efficient Java Matrix Library ) |
|
| DenseMatrix32F | DenseMatrix64F is a dense matrix with elements that are 32-bit floats. | Class | org.ejml.data | Ejml ( Efficient Java Matrix Library ) |
|
| DenseMatrix64F | DenseMatrix64F is a dense matrix with real elements that are 64-bit floats. | Class | org.ejml.data | Ejml ( Efficient Java Matrix Library ) |
|
| DenseMatrixBool | Dense matrix composed of boolean valuesAuthor:Peter AbelesSee Also:Serialized Form | Class | org.ejml.data | Ejml ( Efficient Java Matrix Library ) |
|
| Eigenpair64F | An eigenpair is a set composed of an eigenvalue and an eigenvector. | Class | org.ejml.data | Ejml ( Efficient Java Matrix Library ) |
|
| FixedMatrix2_64F | Fixed sized vector with 2 elements. | Class | org.ejml.data | Ejml ( Efficient Java Matrix Library ) |
|
| FixedMatrix2x2_64F | Fixed sized 2 by FixedMatrix2x2_64F matrix. | Class | org.ejml.data | Ejml ( Efficient Java Matrix Library ) |
|
| FixedMatrix3_64F | Fixed sized vector with 3 elements. | Class | org.ejml.data | Ejml ( Efficient Java Matrix Library ) |
|
| FixedMatrix3x3_64F | Fixed sized 3 by FixedMatrix3x3_64F matrix. | Class | org.ejml.data | Ejml ( Efficient Java Matrix Library ) |
|
| FixedMatrix4_64F | Fixed sized vector with 4 elements. | Class | org.ejml.data | Ejml ( Efficient Java Matrix Library ) |
|
| FixedMatrix4x4_64F | Fixed sized 4 by FixedMatrix4x4_64F matrix. | Class | org.ejml.data | Ejml ( Efficient Java Matrix Library ) |
|
| FixedMatrix5_64F | Fixed sized vector with 5 elements. | Class | org.ejml.data | Ejml ( Efficient Java Matrix Library ) |
|
| FixedMatrix5x5_64F | Fixed sized 5 by FixedMatrix5x5_64F matrix. | Class | org.ejml.data | Ejml ( Efficient Java Matrix Library ) |
|
| FixedMatrix64F | | Interface | org.ejml.data | Ejml ( Efficient Java Matrix Library ) |
|
| FixedMatrix6_64F | Fixed sized vector with 6 elements. | Class | org.ejml.data | Ejml ( Efficient Java Matrix Library ) |
|
| FixedMatrix6x6_64F | Fixed sized 6 by FixedMatrix6x6_64F matrix. | Class | org.ejml.data | Ejml ( Efficient Java Matrix Library ) |
|
| Matrix | Base interface for all rectangular matricesCreates an exact copy of the matrix | Interface | org.ejml.data | Ejml ( Efficient Java Matrix Library ) |
|
| MatrixIterator32F | This is a matrix iterator for traversing through a submatrix. | Class | org.ejml.data | Ejml ( Efficient Java Matrix Library ) |
|
| MatrixIterator64F | This is a matrix iterator for traversing through a submatrix. | Class | org.ejml.data | Ejml ( Efficient Java Matrix Library ) |
|
| RealMatrix32F | Interface for all 32 bit floating point rectangular matrices. | Interface | org.ejml.data | Ejml ( Efficient Java Matrix Library ) |
|
| RealMatrix64F | Interface for all 64 bit floating point rectangular matrices. | Interface | org.ejml.data | Ejml ( Efficient Java Matrix Library ) |
|
| ReshapeMatrix | Matrix which can be reshapedEquivalent to invoking reshape(numRows,numCols,false); | Interface | org.ejml.data | Ejml ( Efficient Java Matrix Library ) |
|
| RowD1Matrix64F | Interface for a row-major matrix that uses a single array internally. | Class | org.ejml.data | Ejml ( Efficient Java Matrix Library ) |