|
CHROMA
|
#include <mg_solver_exception.h>
Public Member Functions | |
| MGSolverException (const Real &Mass, const std::string &SubspaceId, int Iters, const Real &Rsd, const Real &RsdTarget) | |
| virtual const char * | what () const throw () |
| const std::string & | whatStr () const |
| const Real & | getMass () const |
| const std::string & | getSubspaceID () const |
| const int & | getIters () const |
| const Real & | getRsd () const |
| const Real & | getRsdTarget () const |
Private Attributes | |
| Real | _Mass |
| std::string | _SubspaceId |
| int | _Iters |
| Real | _Rsd |
| Real | _RsdTarget |
| std::string | _MsgString |
Definition at line 7 of file mg_solver_exception.h.
|
inline |
Definition at line 10 of file mg_solver_exception.h.
References _Iters, _Mass, _MsgString, _Rsd, _RsdTarget, and _SubspaceId.
|
inline |
Definition at line 35 of file mg_solver_exception.h.
References _Iters.
|
inline |
Definition at line 33 of file mg_solver_exception.h.
References _Mass.
|
inline |
Definition at line 36 of file mg_solver_exception.h.
References _Rsd.
|
inline |
Definition at line 37 of file mg_solver_exception.h.
References _RsdTarget.
|
inline |
Definition at line 34 of file mg_solver_exception.h.
References _SubspaceId.
|
inlinevirtual | |||||||||||||
Definition at line 25 of file mg_solver_exception.h.
References _MsgString.
|
inline |
Definition at line 32 of file mg_solver_exception.h.
References _MsgString.
Referenced by Chroma::AbsHMCTrj< P, Q >::operator()().
|
private |
Definition at line 42 of file mg_solver_exception.h.
Referenced by getIters(), and MGSolverException().
|
private |
Definition at line 40 of file mg_solver_exception.h.
Referenced by getMass(), and MGSolverException().
|
private |
Definition at line 45 of file mg_solver_exception.h.
Referenced by MGSolverException(), what(), and whatStr().
|
private |
Definition at line 43 of file mg_solver_exception.h.
Referenced by getRsd(), and MGSolverException().
|
private |
Definition at line 44 of file mg_solver_exception.h.
Referenced by getRsdTarget(), and MGSolverException().
|
private |
Definition at line 41 of file mg_solver_exception.h.
Referenced by getSubspaceID(), and MGSolverException().