SyTen

◆ lanczosMatImpl()

template<typename Scalar >
auto syten::Krylov::ClassicImpl::Detail::lanczosMatImpl ( std::vector< SRDef > const &  a,
std::vector< SRDef > const &  b 
)

lanczosMatImpl returns a tridiagonal Matrix as needed in Lanczos algorithm

Parameters
athe diagonal entries
bthe off-diagonal entries. the first entry is not used

References std::vector< T >::back(), syten::Krylov::ClassicImpl::Detail::lanczosMatImpl(), and std::vector< T >::size().

Referenced by syten::Krylov::ClassicImpl::Detail::lanczosMatImpl().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: