|
MyraMath
|
Computes all eigenpairs of general Matrix. 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... | |
| class | myra::rgeevd_output< Precision > |
| Return type of real-valued geevd(), encapsulates (D,L,R). More... | |
| class | myra::zgeevd_output< Precision > |
| Return type of complex-valued geevd(), encapsulates (D,L,R). More... | |
Computes all eigenpairs of general Matrix.
1.8.13