#include <last_solution_predictor.h>
Inheritance diagram for Chroma::LastSolution5DChronoPredictor:

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) |
Private Attributes | |
| const int | N5 |
| multi1d< LatticeFermion > | last_solution |
| bool | last_solution_available |
Definition at line 144 of file last_solution_predictor.h.
| Chroma::LastSolution5DChronoPredictor::~LastSolution5DChronoPredictor | ( | void | ) | [inline] |
Definition at line 149 of file last_solution_predictor.h.
| Chroma::LastSolution5DChronoPredictor::LastSolution5DChronoPredictor | ( | const int | N5_ | ) | [inline] |
Definition at line 152 of file last_solution_predictor.h.
| Chroma::LastSolution5DChronoPredictor::LastSolution5DChronoPredictor | ( | const LastSolution5DChronoPredictor & | p | ) | [inline] |
Definition at line 155 of file last_solution_predictor.h.
| void Chroma::LastSolution5DChronoPredictor::newVector | ( | const multi1d< LatticeFermion > & | psi | ) | [inline, virtual] |
Implements Chroma::AbsChronologicalPredictor5D< LatticeFermion >.
Definition at line 186 of file last_solution_predictor.h.
References END_CODE, last_solution, last_solution_available, N5, and START_CODE.
| void Chroma::LastSolution5DChronoPredictor::operator() | ( | multi1d< LatticeFermion > & | psi, | |
| const LinearOperatorArray< LatticeFermion > & | A, | |||
| const multi1d< LatticeFermion > & | chi | |||
| ) | [inline, virtual] |
Implements Chroma::AbsChronologicalPredictor5D< LatticeFermion >.
Definition at line 159 of file last_solution_predictor.h.
References END_CODE, last_solution, last_solution_available, N5, and START_CODE.
| void Chroma::LastSolution5DChronoPredictor::reset | ( | void | ) | [inline, virtual] |
Implements Chroma::AbsChronologicalPredictor5D< LatticeFermion >.
Definition at line 181 of file last_solution_predictor.h.
References last_solution_available.
multi1d<LatticeFermion> Chroma::LastSolution5DChronoPredictor::last_solution [private] |
Definition at line 205 of file last_solution_predictor.h.
Referenced by newVector(), and operator()().
Definition at line 206 of file last_solution_predictor.h.
Referenced by newVector(), operator()(), and reset().
const int Chroma::LastSolution5DChronoPredictor::N5 [private] |
Definition at line 204 of file last_solution_predictor.h.
Referenced by newVector(), and operator()().
1.4.7