CHROMA
Public Member Functions | Public Attributes | List of all members

Params for BiCGStab inverter. More...

#include <syssolver_bicgstab_params.h>

Public Member Functions

 SysSolverBiCGStabParams ()
 Default constructor. More...
 
 SysSolverBiCGStabParams (XMLReader &in, const std::string &path)
 Read parameters. More...
 

Public Attributes

Real RsdBiCGStab
 
int MaxBiCGStab
 

Detailed Description

Params for BiCGStab inverter.

Definition at line 17 of file syssolver_bicgstab_params.h.

Constructor & Destructor Documentation

◆ SysSolverBiCGStabParams() [1/2]

Chroma::SysSolverBiCGStabParams::SysSolverBiCGStabParams ( )

Default constructor.

Definition at line 34 of file syssolver_bicgstab_params.cc.

References MaxBiCGStab, RsdBiCGStab, and Chroma::zero.

◆ SysSolverBiCGStabParams() [2/2]

Chroma::SysSolverBiCGStabParams::SysSolverBiCGStabParams ( XMLReader &  in,
const std::string &  path 
)

Read parameters.

Definition at line 41 of file syssolver_bicgstab_params.cc.

References Chroma::read().

Member Data Documentation

◆ MaxBiCGStab

int Chroma::SysSolverBiCGStabParams::MaxBiCGStab

◆ RsdBiCGStab

Real Chroma::SysSolverBiCGStabParams::RsdBiCGStab

The documentation for this struct was generated from the following files: