CHROMA
|
Last solution predictor. More...
#include <last_solution_predictor.h>
Public Member Functions | |
~LastSolution5DChronoPredictor (void) | |
LastSolution5DChronoPredictor (const int N5_) | |
LastSolution5DChronoPredictor (const LastSolution5DChronoPredictor &p) | |
void | operator() (multi1d< LatticeFermion > &psi, const LinearOperatorArray< LatticeFermion > &A, const multi1d< LatticeFermion > &chi) |
void | reset (void) |
void | newVector (const multi1d< LatticeFermion > &psi) |
Public Member Functions inherited from Chroma::AbsChronologicalPredictor5D< LatticeFermion > | |
virtual | ~AbsChronologicalPredictor5D (void) |
Private Attributes | |
const int | N5 |
multi1d< LatticeFermion > | last_solution |
bool | last_solution_available |
Last solution predictor.
Definition at line 143 of file last_solution_predictor.h.
|
inline |
Definition at line 148 of file last_solution_predictor.h.
|
inline |
Definition at line 151 of file last_solution_predictor.h.
|
inline |
Definition at line 154 of file last_solution_predictor.h.
|
inlinevirtual |
Implements Chroma::AbsChronologicalPredictor5D< LatticeFermion >.
Definition at line 185 of file last_solution_predictor.h.
References Chroma::END_CODE(), last_solution, last_solution_available, N5, Chroma::psi, and Chroma::START_CODE().
|
inlinevirtual |
Implements Chroma::AbsChronologicalPredictor5D< LatticeFermion >.
Definition at line 158 of file last_solution_predictor.h.
References Chroma::END_CODE(), last_solution, last_solution_available, N5, Chroma::psi, Chroma::START_CODE(), and Chroma::zero.
|
inlinevirtual |
Implements Chroma::AbsChronologicalPredictor5D< LatticeFermion >.
Definition at line 180 of file last_solution_predictor.h.
References last_solution_available.
|
private |
Definition at line 204 of file last_solution_predictor.h.
Referenced by newVector(), and operator()().
|
private |
Definition at line 205 of file last_solution_predictor.h.
Referenced by newVector(), operator()(), and reset().
|
private |
Definition at line 203 of file last_solution_predictor.h.
Referenced by newVector(), and operator()().