| Interface | Description |
|---|---|
| ComplexMatrix64F |
Interface for all complex 64 bit floating point rectangular matrices.
|
| FixedMatrix64F |
Interface which all fixed sized matrices must implement
|
| Matrix |
Base interface for all rectangular matrices
|
| RealMatrix64F |
Interface for all 64 bit floating point rectangular matrices.
|
| ReshapeMatrix |
Matrix which can be reshaped
|
| Class | Description |
|---|---|
| BlockMatrix64F |
A row-major block matrix declared on to one continuous array.
|
| CD1Matrix64F |
A generic abstract class for matrices whose data is stored in a single 1D array of doubles.
|
| CDenseMatrix64F |
Dense matrix for complex numbers.
|
| Complex64F |
Represents a complex number using 64bit floating point numbers.
|
| ComplexPolar64F |
Complex64F number in polar notation.z = r*(cos(θ) + i*sin(θ)) where r and θ are polar coordinate parameters |
| 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.
|
| RowD1Matrix64F |
Interface for a row-major matrix that uses a single array internally.
|