Link Search Menu Expand Document

lanczos_eigenvalues

Defined in <>

MISSING


Definition

  1. template <class coeff_t>
    hydra::Tmatrix lanczos_eigenvalues(const hydra::BondList & bonds, State<coeff_t> state_0, int num_eigenvalue, double precision, int max_iterations, double deflation_tol)
    __MISSING__
    Parameters:
    • const hydra::BondList & bonds
    • State<coeff_t> state_0
    • int num_eigenvalue
    • double precision
    • int max_iterations
    • double deflation_tol

  2. template <class coeff_t>
    hydra::Tmatrix lanczos_eigenvalues(const hydra::BondList & bonds, const hydra::Block & block, int num_eigenvalue, double precision, int max_iterations, double deflation_tol)
    __MISSING__
    Parameters:
    • const hydra::BondList & bonds
    • const hydra::Block & block
    • int num_eigenvalue
    • double precision
    • int max_iterations
    • double deflation_tol