CHROMA
inv_borici_w.h
Go to the documentation of this file.
1 #ifndef INV_BORICI_H
2 #define INV_BORICI_H
3 
4 #include "linearop.h"
5 
6 namespace Chroma {
7 
8 template<typename T>
9 void InvBorici( const LinearOperator<T>& D_4,
10  const LinearOperatorArray<T>& D_5,
11  const LinearOperatorArray<T>& D_dag_D_5,
12  const T& b,
13  T& x,
14  const Real& tol,
15  const Real& tol_1,
16  const int MaxIter,
17  const int MaxIter5D,
18  const Real& m,
19  int& n_iters);
20 
21 } // end namespace Chroma
22 
23 #endif
Linear Operators.
static int m[4]
Definition: make_seeds.cc:16
int x
Definition: meslate.cc:34
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
void InvBorici(const LinearOperator< LatticeFermion > &D_4, const LinearOperatorArray< LatticeFermion > &D_5, const LinearOperatorArray< LatticeFermion > &D_dag_D_5, const LatticeFermion &b, LatticeFermion &x, const Real &tol, const Real &tol_1, const int MaxIter, const int MaxIter5D, const Real &m, int &n_iters)
Complex b
Definition: invbicg.cc:96
LatticeFermion T
Definition: t_clover.cc:11