lanczos_build
Defined in
<>MISSING
Definition
-
__MISSING__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)
Parameters:-
multiply_fmult -
arma::Col<coeff_t> &v0 -
arma::Col<real_t<coeff_t>>coefficients -
doubledeflation_tol
-
-
__MISSING__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)
Parameters:-
multiply_fmult -
arma::Col<coeff_t> &v0 -
arma::Col<coeff_t>coefficients -
doubledeflation_tol
-
-
__MISSING__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)
Parameters:-
multiply_fmult -
arma::Col<coeff_t> &v0 -
arma::Mat<coeff_t>coefficients -
doubledeflation_tol
-
-
__MISSING__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)
Parameters:-
multiply_fmult -
arma::Col<coeff_t> &v0 -
arma::Mat<real_t<coeff_t>>coefficients -
doubledeflation_tol
-