CHROMA
List of all members
Chroma::LinOpSystemSolver< T > Class Template Reference

SystemSolver disambiguator. More...

#include <syssolver_linop.h>

Inheritance diagram for Chroma::LinOpSystemSolver< T >:
Chroma::SystemSolver< T > Chroma::LinOpSysSolverBiCGStab< T > Chroma::LinOpSysSolverBiCRStab< T > Chroma::LinOpSysSolverCG< T > Chroma::LinOpSysSolverCGTiming< T > Chroma::LinOpSysSolverEigCG< T > Chroma::LinOpSysSolverIBiCGStab< T > Chroma::LinOpSysSolverMR< T > Chroma::LinOpSysSolverOptEigBiCG< T >

Additional Inherited Members

- Public Member Functions inherited from Chroma::SystemSolver< T >
virtual ~SystemSolver ()
 Virtual destructor to help with cleanup;. More...
 
virtual SystemSolverResults_t operator() (T &psi, const T &chi) const =0
 Apply the operator onto a source std::vector. More...
 
virtual const Subset & subset () const =0
 Return the subset on which the operator acts. More...
 

Detailed Description

template<typename T>
class Chroma::LinOpSystemSolver< T >

SystemSolver disambiguator.

This struct is solely to disambiguate the type of SystemSolvers

Definition at line 21 of file syssolver_linop.h.


The documentation for this class was generated from the following file: