CHROMA
lib
actions
ferm
invert
invbicrstab.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
/*! \file
3
* \brief Conjugate-Gradient algorithm for a generic Linear Operator
4
*/
5
6
#ifndef __invbicrstab__
7
#define __invbicrstab__
8
9
#include "
linearop.h
"
10
#include "
syssolver.h
"
11
12
namespace
Chroma
13
{
14
15
//! Bi-CG stabilized
16
/*! \ingroup invert
17
*
18
* @{
19
*/
20
template
<
typename
T>
21
SystemSolverResults_t
22
InvBiCRStab
(
const
LinearOperator<T>
&
A
,
23
const
T
&
chi
,
24
T
&
psi
,
25
const
Real& RsdBiCGStab,
26
int
MaxBiCGStab,
27
enum
PlusMinus
isign
);
28
29
30
31
/*! @} */
// end of group invert
32
33
}
// end namespace Chroma
34
35
#endif
Chroma::LinearOperator
Linear Operator.
Definition:
linearop.h:27
linearop.h
Linear Operators.
Chroma
Asqtad Staggered-Dirac operator.
Definition:
klein_gord.cc:10
Chroma::T
LinOpSysSolverMGProtoClover::T T
Definition:
syssolver_linop_clover_mg_proto.cc:63
Chroma::InvBiCRStab
SystemSolverResults_t InvBiCRStab(const LinearOperator< LatticeFermionF > &A, const LatticeFermionF &chi, LatticeFermionF &psi, const Real &RsdBiCGStab, int MaxBiCGStab, enum PlusMinus isign)
Definition:
invbicrstab.cc:231
Chroma::PlusMinus
PlusMinus
Definition:
chromabase.h:45
Chroma::chi
multi1d< LatticeFermion > chi(Ncb)
Chroma::psi
LatticeFermion psi
Definition:
mespbg5p_w.cc:35
Chroma::A
A(A, psi, r, Ncb, PLUS)
Chroma::isign
isign
Definition:
pbg5p_w.cc:58
syssolver.h
Linear system solvers.
Generated by
1.9.1