| Interface | Description |
|---|---|
| FixedMatrix64F |
Interface which all fixed sized matrices must implement
|
| Matrix64F |
Interface for all 64 bit floating point rectangular matrices.
|
| Class | Description |
|---|---|
| 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.
|
| FixedMatrix2_64F |
Fixed sized vector with 2 elements.
|
| FixedMatrix2x2_64F |
Fixed sized 2 by FixedMatrix2x2_64F matrix.
|
| FixedMatrix3_64F |
Fixed sized vector with 3 elements.
|
| FixedMatrix3x3_64F |
Fixed sized 3 by FixedMatrix3x3_64F matrix.
|
| FixedMatrix4_64F |
Fixed sized vector with 4 elements.
|
| FixedMatrix4x4_64F |
Fixed sized 4 by FixedMatrix4x4_64F matrix.
|
| FixedMatrix5_64F |
Fixed sized vector with 5 elements.
|
| FixedMatrix5x5_64F |
Fixed sized 5 by FixedMatrix5x5_64F matrix.
|
| FixedMatrix6_64F |
Fixed sized vector with 6 elements.
|
| FixedMatrix6x6_64F |
Fixed sized 6 by FixedMatrix6x6_64F matrix.
|
| MatrixIterator |
This is a matrix iterator for traversing through a submatrix.
|
| ReshapeMatrix64F |
An abstract class for all 64 bit floating point rectangular matrices which can be reshaped.
|
| RowD1Matrix64F |
Interface for a row-major matrix that uses a single array internally.
|