Link Search Menu Expand Document

lanczos_build

Defined in <>

MISSING


Definition

  1. template <class coeff_t, class multiply_f>
    std::pair<Tmatrix, arma::Col<coeff_t>> lanczos_build(multiply_f mult, arma::Col<coeff_t> & v0, arma::Col<real_t<coeff_t>> coefficients, double deflation_tol)
    __MISSING__
    Parameters:
    • multiply_f mult
    • arma::Col<coeff_t> & v0
    • arma::Col<real_t<coeff_t>> coefficients
    • double deflation_tol

  2. template <class coeff_t, class multiply_f>
    std::pair<Tmatrix, arma::Mat<coeff_t>> lanczos_build(multiply_f mult, arma::Col<coeff_t> & v0, arma::Col<coeff_t> coefficients, double deflation_tol)
    __MISSING__
    Parameters:
    • multiply_f mult
    • arma::Col<coeff_t> & v0
    • arma::Col<coeff_t> coefficients
    • double deflation_tol

  3. template <class coeff_t, class multiply_f>
    std::pair<Tmatrix, arma::Mat<coeff_t>> lanczos_build(multiply_f mult, arma::Col<coeff_t> & v0, arma::Mat<coeff_t> coefficients, double deflation_tol)
    __MISSING__
    Parameters:
    • multiply_f mult
    • arma::Col<coeff_t> & v0
    • arma::Mat<coeff_t> coefficients
    • double deflation_tol

  4. template <class coeff_t, class multiply_f>
    std::pair<Tmatrix, arma::Mat<coeff_t>> lanczos_build(multiply_f mult, arma::Col<coeff_t> & v0, arma::Mat<real_t<coeff_t>> coefficients, double deflation_tol)
    __MISSING__
    Parameters:
    • multiply_f mult
    • arma::Col<coeff_t> & v0
    • arma::Mat<real_t<coeff_t>> coefficients
    • double deflation_tol