6 #ifndef __syssolver_linop_bicrstab_h__
7 #define __syssolver_linop_bicrstab_h__
21 namespace LinOpSysSolverBiCRStabEnv
49 const Subset&
subset()
const {
return A->subset();}
Class for counted reference semantics.
Solve a M*psi=chi linear system by BICGSTAB.
SysSolverBiCGStabParams invParam
LinOpSysSolverBiCRStab(Handle< LinearOperator< T > > A_, const SysSolverBiCGStabParams &invParam_)
Constructor.
const Subset & subset() const
Return the subset on which the operator acts.
~LinOpSysSolverBiCRStab()
Destructor is automatic.
Handle< LinearOperator< T > > A
SystemSolverResults_t operator()(T &psi, const T &chi) const
Solver the linear system.
SystemSolver disambiguator.
Class for counted reference semantics.
Conjugate-Gradient algorithm for a generic Linear Operator.
bool registerAll()
Register all the factories.
Asqtad Staggered-Dirac operator.
LinOpSysSolverMGProtoClover::T T
SystemSolverResults_t InvBiCRStab(const LinearOperator< LatticeFermionF > &A, const LatticeFermionF &chi, LatticeFermionF &psi, const Real &RsdBiCGStab, int MaxBiCGStab, enum PlusMinus isign)
multi1d< LatticeFermion > chi(Ncb)
Params for BiCGStab inverter.
Holds return info from SystemSolver call.
Disambiguator for LinOp system solvers.