|
QUDA
0.9.0
|
#include <invert_quda.h>


Public Member Functions | |
| SimpleBiCGstab (DiracMatrix &mat, SolverParam ¶m, TimeProfile &profile) | |
| virtual | ~SimpleBiCGstab () |
| void | operator() (ColorSpinorField &out, ColorSpinorField &in) |
Public Member Functions inherited from quda::Solver | |
| Solver (SolverParam ¶m, TimeProfile &profile) | |
| virtual | ~Solver () |
| virtual void | solve (ColorSpinorField &out, ColorSpinorField &in) |
| bool | convergence (const double &r2, const double &hq2, const double &r2_tol, const double &hq_tol) |
| bool | convergenceHQ (const double &r2, const double &hq2, const double &r2_tol, const double &hq_tol) |
| bool | convergenceL2 (const double &r2, const double &hq2, const double &r2_tol, const double &hq_tol) |
| void | PrintStats (const char *, int k, const double &r2, const double &b2, const double &hq2) |
| void | PrintSummary (const char *name, int k, const double &r2, const double &b2) |
| virtual double | flops () const |
Private Attributes | |
| DiracMatrix & | mat |
| cudaColorSpinorField * | yp |
| cudaColorSpinorField * | rp |
| cudaColorSpinorField * | pp |
| cudaColorSpinorField * | vp |
| cudaColorSpinorField * | tmpp |
| cudaColorSpinorField * | tp |
| bool | init |
Additional Inherited Members | |
Static Public Member Functions inherited from quda::Solver | |
| static Solver * | create (SolverParam ¶m, DiracMatrix &mat, DiracMatrix &matSloppy, DiracMatrix &matPrecon, TimeProfile &profile) |
| static double | stopping (const double &tol, const double &b2, QudaResidualType residual_type) |
Protected Attributes inherited from quda::Solver | |
| SolverParam & | param |
| TimeProfile & | profile |
Definition at line 505 of file invert_quda.h.
| quda::SimpleBiCGstab::SimpleBiCGstab | ( | DiracMatrix & | mat, |
| SolverParam & | param, | ||
| TimeProfile & | profile | ||
| ) |
Definition at line 15 of file inv_sbicgstab_quda.cpp.
|
virtual |
Definition at line 20 of file inv_sbicgstab_quda.cpp.
|
virtual |
Implements quda::Solver.
Definition at line 23 of file inv_sbicgstab_quda.cpp.
References b, quda::conj(), quda::Solver::convergence(), csParam, mat, quda::SolverParam::maxiter, quda::norm2(), omega, p, quda::Solver::param, printfQuda, quda::Solver::PrintStats(), quda::Solver::PrintSummary(), quda::Solver::profile, quda::QUDA_PROFILE_INIT, QUDA_ZERO_FIELD_CREATE, quda::SolverParam::residual_type, quda::sqrt(), quda::Solver::stopping(), quda::SolverParam::tol, quda::SolverParam::true_res, quda::SolverParam::true_res_hq, warningQuda, and x.

|
private |
Definition at line 512 of file invert_quda.h.
|
private |
Definition at line 508 of file invert_quda.h.
Referenced by operator()().
|
private |
Definition at line 511 of file invert_quda.h.
|
private |
Definition at line 511 of file invert_quda.h.
|
private |
Definition at line 511 of file invert_quda.h.
|
private |
Definition at line 511 of file invert_quda.h.
|
private |
Definition at line 511 of file invert_quda.h.
|
private |
Definition at line 511 of file invert_quda.h.
1.8.14