|
Tapkee
|
#include <matrix_operations.hpp>
Public Member Functions | |
| DenseMatrixOperation (const DenseMatrix &matrix) | |
| DenseMatrix | operator() (const DenseMatrix &rhs) |
Public Attributes | |
| const DenseMatrix & | _matrix |
Static Public Attributes | |
| static const char * | ARPACK_CODE = "LA" |
| static const bool | largest = true |
Matrix-matrix operation used to compute largest eigenvalues and associated eigenvectors. Essentially computes matrix product with provided right-hand side part.
Definition at line 82 of file matrix_operations.hpp.
| DenseMatrixOperation | ( | const DenseMatrix & | matrix | ) |
Definition at line 84 of file matrix_operations.hpp.
| DenseMatrix operator() | ( | const DenseMatrix & | rhs | ) |
Computes matrix product of the matrix and provided right-hand side matrix.
| rhs | right-hand size matrix |
Definition at line 92 of file matrix_operations.hpp.
| const DenseMatrix& _matrix |
Definition at line 96 of file matrix_operations.hpp.
|
static |
Definition at line 97 of file matrix_operations.hpp.
|
static |
Definition at line 98 of file matrix_operations.hpp.