Tapkee
|
#include <matrix_operations.hpp>
Public Member Functions | |
DenseImplicitSquareMatrixOperation (const DenseMatrix &matrix) | |
DenseMatrix | operator() (const DenseMatrix &rhs) |
Public Attributes | |
const DenseMatrix & | _matrix |
Static Public Attributes | |
static const char * | ARPACK_CODE = "LM" |
static const bool | largest = true |
Matrix-matrix operation used to compute largest eigenvalues and associated eigenvectors of X*X^T like matrix implicitly. Essentially computes matrix product with provided right-hand side part twice.
Definition at line 131 of file matrix_operations.hpp.
DenseImplicitSquareMatrixOperation | ( | const DenseMatrix & | matrix | ) |
Definition at line 133 of file matrix_operations.hpp.
DenseMatrix operator() | ( | const DenseMatrix & | rhs | ) |
Computes matrix product of the matrix and provided right-hand side matrix twice.
rhs | right-hand side matrix |
Definition at line 141 of file matrix_operations.hpp.
const DenseMatrix& _matrix |
Definition at line 145 of file matrix_operations.hpp.
|
static |
Definition at line 146 of file matrix_operations.hpp.
|
static |
Definition at line 147 of file matrix_operations.hpp.