Tapkee
|
#include <matrix_operations.hpp>
Public Member Functions | |
SparseInverseMatrixOperation (const SparseWeightMatrix &matrix) | |
DenseMatrix | operator() (const DenseMatrix &operatee) |
Public Attributes | |
SparseSolver | solver |
Static Public Attributes | |
static const char * | ARPACK_CODE = "SM" |
static const bool | largest = false |
Matrix-matrix operation used to compute smallest eigenvalues and associated eigenvectors of a sparse matrix Essentially solves linear system with provided right-hand side part.
Definition at line 25 of file matrix_operations.hpp.
SparseInverseMatrixOperation | ( | const SparseWeightMatrix & | matrix | ) |
Definition at line 27 of file matrix_operations.hpp.
DenseMatrix operator() | ( | const DenseMatrix & | operatee | ) |
Solves linear system with provided right-hand size
Definition at line 33 of file matrix_operations.hpp.
|
static |
Definition at line 38 of file matrix_operations.hpp.
|
static |
Definition at line 39 of file matrix_operations.hpp.
SparseSolver solver |
Definition at line 37 of file matrix_operations.hpp.