#include <null_predictor.h>
Inheritance diagram for Chroma::Null4DChronoPredictor:

Public Member Functions | |
| ~Null4DChronoPredictor (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 null_predictor.h.
| Chroma::Null4DChronoPredictor::~Null4DChronoPredictor | ( | void | ) | [inline] |
Definition at line 35 of file null_predictor.h.
| void Chroma::Null4DChronoPredictor::newXVector | ( | const LatticeFermion & | psi | ) | [inline, virtual] |
Implements Chroma::AbsTwoStepChronologicalPredictor4D< LatticeFermion >.
Definition at line 66 of file null_predictor.h.
| void Chroma::Null4DChronoPredictor::newYVector | ( | const LatticeFermion & | psi | ) | [inline, virtual] |
Implements Chroma::AbsTwoStepChronologicalPredictor4D< LatticeFermion >.
Definition at line 70 of file null_predictor.h.
| void Chroma::Null4DChronoPredictor::predictX | ( | LatticeFermion & | X, | |
| const LinearOperator< LatticeFermion > & | A, | |||
| const LatticeFermion & | chi | |||
| ) | [inline, virtual] |
Implements Chroma::AbsTwoStepChronologicalPredictor4D< LatticeFermion >.
Definition at line 38 of file null_predictor.h.
References END_CODE, and START_CODE.
| void Chroma::Null4DChronoPredictor::predictY | ( | LatticeFermion & | Y, | |
| const LinearOperator< LatticeFermion > & | A, | |||
| const LatticeFermion & | chi | |||
| ) | [inline, virtual] |
Implements Chroma::AbsTwoStepChronologicalPredictor4D< LatticeFermion >.
Definition at line 49 of file null_predictor.h.
References END_CODE, and START_CODE.
| void Chroma::Null4DChronoPredictor::reset | ( | void | ) | [inline, virtual] |
Implements Chroma::AbsTwoStepChronologicalPredictor4D< LatticeFermion >.
Definition at line 62 of file null_predictor.h.
1.4.7