#include <zero_guess_predictor.h>
Inheritance diagram for Chroma::ZeroGuess4DChronoPredictor:

Public Member Functions | |
| ~ZeroGuess4DChronoPredictor (void) | |
| void | predictX (LatticeFermion &X, const LinearOperator< LatticeFermion > &A, const LatticeFermion &chi) |
| void | predictY (LatticeFermion &Y, const LinearOperator< LatticeFermion > &A, const LatticeFermion &chi) |
| void | reset (void) |
| void | newXVector (const LatticeFermion &psi) |
| void | newYVector (const LatticeFermion &psi) |
Definition at line 29 of file zero_guess_predictor.h.
| Chroma::ZeroGuess4DChronoPredictor::~ZeroGuess4DChronoPredictor | ( | void | ) | [inline] |
Definition at line 35 of file zero_guess_predictor.h.
| void Chroma::ZeroGuess4DChronoPredictor::newXVector | ( | const LatticeFermion & | psi | ) | [inline, virtual] |
Implements Chroma::AbsTwoStepChronologicalPredictor4D< LatticeFermion >.
Definition at line 69 of file zero_guess_predictor.h.
| void Chroma::ZeroGuess4DChronoPredictor::newYVector | ( | const LatticeFermion & | psi | ) | [inline, virtual] |
Implements Chroma::AbsTwoStepChronologicalPredictor4D< LatticeFermion >.
Definition at line 73 of file zero_guess_predictor.h.
| void Chroma::ZeroGuess4DChronoPredictor::predictX | ( | LatticeFermion & | X, | |
| const LinearOperator< LatticeFermion > & | A, | |||
| const LatticeFermion & | chi | |||
| ) | [inline, virtual] |
Implements Chroma::AbsTwoStepChronologicalPredictor4D< LatticeFermion >.
Definition at line 38 of file zero_guess_predictor.h.
References END_CODE, and START_CODE.
| void Chroma::ZeroGuess4DChronoPredictor::predictY | ( | LatticeFermion & | Y, | |
| const LinearOperator< LatticeFermion > & | A, | |||
| const LatticeFermion & | chi | |||
| ) | [inline, virtual] |
Implements Chroma::AbsTwoStepChronologicalPredictor4D< LatticeFermion >.
Definition at line 50 of file zero_guess_predictor.h.
References END_CODE, and START_CODE.
| void Chroma::ZeroGuess4DChronoPredictor::reset | ( | void | ) | [inline, virtual] |
Implements Chroma::AbsTwoStepChronologicalPredictor4D< LatticeFermion >.
Definition at line 65 of file zero_guess_predictor.h.
1.4.7