#include <invert_quda.h>
|
| | Solver (QudaInvertParam &invParam, TimeProfile &profile) |
| |
| virtual | ~Solver () |
| |
| virtual void | operator() (cudaColorSpinorField &out, cudaColorSpinorField &in)=0 |
| |
| bool | convergence (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) |
| |
Definition at line 11 of file invert_quda.h.
| virtual quda::Solver::~Solver |
( |
| ) |
|
|
inlinevirtual |
| bool quda::Solver::convergence |
( |
const double & |
r2, |
|
|
const double & |
hq2, |
|
|
const double & |
r2_tol, |
|
|
const double & |
hq_tol |
|
) |
| |
| void quda::Solver::PrintStats |
( |
const char * |
name, |
|
|
int |
k, |
|
|
const double & |
r2, |
|
|
const double & |
b2, |
|
|
const double & |
hq2 |
|
) |
| |
Prints out the running statistics of the solver (requires a verbosity of QUDA_VERBOSE)
Definition at line 55 of file solver.cpp.
| void quda::Solver::PrintSummary |
( |
const char * |
name, |
|
|
int |
k, |
|
|
const double & |
r2, |
|
|
const double & |
b2 |
|
) |
| |
The documentation for this class was generated from the following files: