MyraMath
|
Finds several small eigenpairs of a real symmetric Action. More...
#include <myramath/MYRAMATH_EXPORT.h>
#include <utility>
Go to the source code of this file.
Classes | |
class | myra::Action< Number > |
Applies the "Action" of a linear operator, b := A*x. More... | |
class | myra::Vector< Number > |
Tabulates a vector of length N, allows random access. More... | |
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::DiagonalMatrix< Number > |
Tabulates the values of a square NxN diagonal matrix. Allows random access, but only on the diagonal. More... | |
Finds several small eigenpairs of a real symmetric Action.