|
QUDA v0.3.2
A library for QCD on GPUs
|
#include <dirac_quda.h>
Inheritance diagram for DiracTwistedMassPC:Public Member Functions | |
| DiracTwistedMassPC (const DiracParam ¶m) | |
| DiracTwistedMassPC (const DiracTwistedMassPC &dirac) | |
| virtual | ~DiracTwistedMassPC () |
| DiracTwistedMassPC & | operator= (const DiracTwistedMassPC &dirac) |
| void | TwistInv (cudaColorSpinorField &out, const cudaColorSpinorField &in) const |
| virtual void | Dslash (cudaColorSpinorField &out, const cudaColorSpinorField &in, const QudaParity parity) const |
| virtual void | DslashXpay (cudaColorSpinorField &out, const cudaColorSpinorField &in, const QudaParity parity, const cudaColorSpinorField &x, const double &k) const |
| void | M (cudaColorSpinorField &out, const cudaColorSpinorField &in) const |
| void | MdagM (cudaColorSpinorField &out, const cudaColorSpinorField &in) const |
| void | prepare (cudaColorSpinorField *&src, cudaColorSpinorField *&sol, cudaColorSpinorField &x, cudaColorSpinorField &b, const QudaSolutionType) const |
| void | reconstruct (cudaColorSpinorField &x, const cudaColorSpinorField &b, const QudaSolutionType) const |
Definition at line 338 of file dirac_quda.h.
| DiracTwistedMassPC::DiracTwistedMassPC | ( | const DiracParam & | param | ) |
Definition at line 110 of file dirac_twisted_mass.cpp.
| DiracTwistedMassPC::DiracTwistedMassPC | ( | const DiracTwistedMassPC & | dirac | ) |
Definition at line 116 of file dirac_twisted_mass.cpp.
| DiracTwistedMassPC::~DiracTwistedMassPC | ( | ) | [virtual] |
Definition at line 122 of file dirac_twisted_mass.cpp.
| void DiracTwistedMassPC::Dslash | ( | cudaColorSpinorField & | out, |
| const cudaColorSpinorField & | in, | ||
| const QudaParity | parity | ||
| ) | const [virtual] |
Reimplemented from DiracWilson.
Definition at line 143 of file dirac_twisted_mass.cpp.
| void DiracTwistedMassPC::DslashXpay | ( | cudaColorSpinorField & | out, |
| const cudaColorSpinorField & | in, | ||
| const QudaParity | parity, | ||
| const cudaColorSpinorField & | x, | ||
| const double & | k | ||
| ) | const [virtual] |
Reimplemented from DiracWilson.
Definition at line 177 of file dirac_twisted_mass.cpp.
| void DiracTwistedMassPC::M | ( | cudaColorSpinorField & | out, |
| const cudaColorSpinorField & | in | ||
| ) | const [virtual] |
Reimplemented from DiracTwistedMass.
Definition at line 211 of file dirac_twisted_mass.cpp.
| void DiracTwistedMassPC::MdagM | ( | cudaColorSpinorField & | out, |
| const cudaColorSpinorField & | in | ||
| ) | const [virtual] |
Reimplemented from DiracTwistedMass.
Definition at line 241 of file dirac_twisted_mass.cpp.
| DiracTwistedMassPC & DiracTwistedMassPC::operator= | ( | const DiracTwistedMassPC & | dirac | ) |
Definition at line 127 of file dirac_twisted_mass.cpp.
| void DiracTwistedMassPC::prepare | ( | cudaColorSpinorField *& | src, |
| cudaColorSpinorField *& | sol, | ||
| cudaColorSpinorField & | x, | ||
| cudaColorSpinorField & | b, | ||
| const QudaSolutionType | solType | ||
| ) | const [virtual] |
Reimplemented from DiracTwistedMass.
Definition at line 252 of file dirac_twisted_mass.cpp.
| void DiracTwistedMassPC::reconstruct | ( | cudaColorSpinorField & | x, |
| const cudaColorSpinorField & | b, | ||
| const QudaSolutionType | solType | ||
| ) | const [virtual] |
Reimplemented from DiracTwistedMass.
Definition at line 302 of file dirac_twisted_mass.cpp.
| void DiracTwistedMassPC::TwistInv | ( | cudaColorSpinorField & | out, |
| const cudaColorSpinorField & | in | ||
| ) | const |
Definition at line 136 of file dirac_twisted_mass.cpp.
1.7.3