CHROMA
|
Base class for AVP's DWF solver interface. More...
#include "chromabase.h"
Go to the source code of this file.
Classes | |
class | Chroma::AVPSolver::AVPSolverInterface< U, T > |
Namespaces | |
Chroma | |
Asqtad Staggered-Dirac operator. | |
Chroma::AVPSolverFunctions | |
AVP's DWF Solver interface. | |
Chroma::AVPSolver | |
Bluegene altivec single-prec solver. | |
Functions | |
double | Chroma::AVPSolverFunctions::gaugeReader (const void *OuterGauge, void *env, const int latt_coord[4], int mu, int row, int col, int reim) |
double | Chroma::AVPSolverFunctions::fermionReaderRHS (const void *OuterFermion, void *env, const int latt_coord[5], int color, int spin, int reim) |
double | Chroma::AVPSolverFunctions::fermionReaderGuess (const void *OuterFermion, void *env, const int latt_coord[5], int color, int spin, int reim) |
void | Chroma::AVPSolverFunctions::fermionWriterSolver (void *OuterFermion, void *env, const int latt_coord[5], int color, int spin, int reim, double val) |
void | Chroma::AVPSolverFunctions::fermionWriterOperator (void *OuterFermion, void *env, const int latt_coord[5], int color, int spin, int reim, double val) |
Base class for AVP's DWF solver interface.
Definition in file avp_inverter_interface.h.