lanczos_eigenvector
Defined in
<>MISSING
Definition
-
__MISSING__template <class coeff_t, class set_v0_f> std::pair<Tmatrix, arma::Col<coeff_t>> lanczos_eigenvector(const hydra::BondList & bonds, const hydra::Block & block, set_v0_f set_v0, int num_eigenvector, double precision, int max_iterations, double deflation_tol)
Parameters:-
const hydra::BondList &bonds -
const hydra::Block &block -
set_v0_fset_v0 -
intnum_eigenvector -
doubleprecision -
intmax_iterations -
doubledeflation_tol
-
-
__MISSING__template <class coeff_t> std::pair<Tmatrix, arma::Col<coeff_t>> lanczos_eigenvector(const hydra::BondList & bonds, const State<coeff_t> & v0, int num_eigenvector, double precision, int max_iterations, double deflation_tol)
Parameters:-
const hydra::BondList &bonds -
const State<coeff_t> &v0 -
intnum_eigenvector -
doubleprecision -
intmax_iterations -
doubledeflation_tol
-