MyraMath
|
Jacobi methods for real symmetric eigendecomposition. More...
Go to the source code of this file.
Classes | |
class | myra::Matrix< Number > |
Tabulates an IxJ matrix. Allows random access, has column major layout to be compatible with BLAS/LAPACK. More... | |
class | myra::CMatrixRange< Number > |
Represents a const MatrixRange. More... | |
class | myra::MatrixRange< Number > |
Represents a mutable MatrixRange. More... | |
class | myra::DiagonalMatrix< Number > |
Tabulates the values of a square NxN diagonal matrix. Allows random access, but only on the diagonal. More... | |
Jacobi methods for real symmetric eigendecomposition.