CHROMA
inv_minres_array.h
Go to the documentation of this file.
1 #ifndef INV_MINRES_ARRAY_H
2 #define INV_MINRES_ARRAY_H
3 
4 #include "linearop.h"
5 
6 namespace Chroma {
7 
8 template<typename T>
9 void InvMINRES(const LinearOperatorArray<T>& A,
10  const multi1d<T>& chi,
11  multi1d<T>& psi,
12  const Real& RsdCG,
13  int MaxCG,
14  int& n_count);
15 
16 } // end namespace Chroma
17 
18 #endif
Linear Operators.
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
const WilsonTypeFermAct< multi1d< LatticeFermion > > Handle< const ConnectState > const multi1d< Real > enum InvType invType const multi1d< Real > & RsdCG
Definition: pbg5p_w.cc:30
void InvMINRES(const LinearOperatorArray< LatticeFermion > &A, const multi1d< LatticeFermion > &chi, multi1d< LatticeFermion > &psi, const Real &RsdCG, int MaxCG, int &n_count)
int n_count
Definition: invbicg.cc:78
const WilsonTypeFermAct< multi1d< LatticeFermion > > Handle< const ConnectState > const multi1d< Real > enum InvType invType const multi1d< Real > int MaxCG
Definition: pbg5p_w.cc:32
multi1d< LatticeFermion > chi(Ncb)
LatticeFermion psi
Definition: mespbg5p_w.cc:35
A(A, psi, r, Ncb, PLUS)