CHROMA
invert.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 
3 /*! \file
4  * \brief Inverters
5  *
6  * Various inverters for fermion linear operators
7  */
8 
9 /*! \defgroup invert Inverters
10  * \ingroup fermact
11  *
12  * Various inverters for fermion linear operators
13  */
14 
15 #ifndef __invert_h__
16 #define __invert_h__
17 
18 #include "invcg1.h"
19 #include "invcg2.h"
20 #include "minvcg.h"
21 #include "invcg1_array.h"
22 #include "invcg2_array.h"
23 #include "minvcg_array.h"
24 
25 #include "inv_rel_cg1.h"
26 #include "inv_rel_cg2.h"
27 #include "invsumr.h"
28 #include "minvsumr.h"
29 #include "invbicgstab.h"
30 #include "invbicgstab_array.h"
31 
32 #endif
33 
34 
Conjugate-Gradient algorithm for a generic Linear Operator.
Conjugate-Gradient algorithm for a generic Linear Operator.
Conjugate-Gradient algorithm for a generic Linear Operator.
Conjugate-Gradient algorithm for a generic Linear Operator.
Conjugate-Gradient algorithm for a generic Linear Operator.
Conjugate-Gradient algorithm for a generic Linear Operator.
Conjugate-Gradient algorithm for a generic Linear Operator.
Conjugate-Gradient algorithm for a generic Linear Operator.
Conjugate-Gradient algorithm for a generic Linear Operator.
Multishift Conjugate-Gradient algorithm for a Linear Operator.
Multishift Conjugate-Gradient algorithm for a Linear Operator.
Conjugate-Gradient algorithm for a generic Linear Operator.