SyTen
syten::Krylov::ClassicImpl::OrthoMat< Lanczos >::InnerProductHelper Struct Reference

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...
 

Detailed Description

template<typename Lanczos>
struct syten::Krylov::ClassicImpl::OrthoMat< Lanczos >::InnerProductHelper

The InnerProductHelper struct provides access to the orthonormalized vectors (in a sense)


The documentation for this struct was generated from the following file: