SyTen
syten::Krylov::TensorNetworksImpl::HEffTridiagExpectation Class Reference

Policy class which takes the full matrix and the set of Krylov vectors and calculates the tridiagonal effective projected matrix. More...

#include <tn_krylov.h>

+ Collaboration diagram for syten::Krylov::TensorNetworksImpl::HEffTridiagExpectation:

Public Member Functions

template<typename Mat , typename Vec >
DenseTensor< 2, SDefH_eff (Mat const &m, std::vector< Vec > const &v)
 Calculate all new coefficients and return the new tridiagonal matrix. More...
 

Private Attributes

std::vector< SRDefa
 Previously-calculated real-valued Lanczos coefficients \( \alpha_i \). More...
 
std::vector< SRDefb
 Previously-calculated real-valued Lanczos coefficients \( \beta_i \). More...
 

Detailed Description

Policy class which takes the full matrix and the set of Krylov vectors and calculates the tridiagonal effective projected matrix.


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