The InnerProductHelper struct provides access to the orthonormalized vectors (in a sense) More...
Public Member Functions | |
| InnerProductHelper (decltype(v) v_, decltype(s) s_) | |
| constructor for the references More... | |
| template<typename Coefs > | |
| auto | operator() (Coefs const &c) |
| operator () compute the inner product of the krylov vectors with c More... | |
Public Attributes | |
| decltype(S) const & | s |
| the reorthonormalization 'matrix' More... | |
| decltype(Lanczos::krylov) const & | v |
| the vectors to be orthonormalized More... | |
The InnerProductHelper struct provides access to the orthonormalized vectors (in a sense)