#include <fermiqcd_lanczos.h>
Static Public Member Functions | |
| static mdp_complex | step (fieldT &psi, gauge_field &U, coefficients &coeff, bool force=false, bool output_check=false) |
Lanczos algorithms.
Example:
/// mdp_gauge U(lattice,nc); /// fermi_field psi(lattice,nc); /// coefficients coeff; /// coeff["kappa"]=1.12; /// for(int k=0; k<100; k++) /// mdp << Lanczos::step(psi,U,coeff) << endl; ///
return mdp_complex(alpha,eta)
| static mdp_complex Lanczos< fieldT >::step | ( | fieldT & | psi, | |
| gauge_field & | U, | |||
| coefficients & | coeff, | |||
| bool | force = false, |
|||
| bool | output_check = false | |||
| ) | [inline, static] |
1.6.1