|
Grid 0.7.0
|
#include <PauliVillarsInverters.h>
Public Member Functions | |
| PauliVillarsSolverUnprec (ConjugateGradient< Field > &_CG) | |
| template<class Matrix> | |
| void | operator() (Matrix &_Matrix, const Field &src, Field &sol) |
Data Fields | |
| ConjugateGradient< Field > & | CG |
Definition at line 33 of file PauliVillarsInverters.h.
|
inline |
Definition at line 37 of file PauliVillarsInverters.h.
References CG.
|
inline |
Definition at line 40 of file PauliVillarsInverters.h.
References CG.
| ConjugateGradient<Field>& PauliVillarsSolverUnprec< Field >::CG |
Definition at line 36 of file PauliVillarsInverters.h.
Referenced by operator()(), and PauliVillarsSolverUnprec().