Policy class which takes the full matrix and the set of Krylov vectors and calculates the dense effective projected matrix. More...
#include <tn_krylov.h>
Public Member Functions | |
template<typename Mat , typename Vec > | |
DenseTensor< 2, SDef > | H_eff (Mat const &m, std::vector< Vec > const &v) |
Calculate all new coefficients and return the new dense matrix. More... | |
Private Attributes | |
DenseTensor< 2, SDef > | prev |
Previously-calculated matrix entries. More... | |
Policy class which takes the full matrix and the set of Krylov vectors and calculates the dense effective projected matrix.