|
Class Summary |
| BlockMatrix64F |
A row-major block matrix declared on to one continuous array. |
| Complex64F |
Represents a complex number using 64bit floating point numbers. |
| D1Matrix64F |
A generic abstract class for matrices whose data is stored in a single 1D array of doubles. |
| D1Submatrix64F |
Describes a rectangular submatrix inside of a D1Matrix64F. |
| DenseMatrix64F |
DenseMatrix64F is a dense matrix with elements that are 64-bit floats (doubles). |
| Eigenpair |
An eigenpair is a set composed of an eigenvalue and an eigenvector. |
| Matrix64F |
An abstract class for all 64 bit floating point rectangular matrices. |
| MatrixIterator |
This is a matrix iterator for traversing through a submatrix. |
| RowD1Matrix64F |
Interface for a row-major matrix that uses a single array internally. |