CHROMA
linop.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 
3 /*! \file
4  * \brief Fermion linear operators
5  *
6  * Various fermion linear operators
7  */
8 
9 /*! \defgroup linop Fermion linear operators
10  * \ingroup fermact
11  *
12  * Various fermion linear operators
13  */
14 
15 #ifndef __linop_h__
16 #define __linop_h__
17 
18 #include "lmdagm.h"
19 #include "lopscl.h"
20 #include "llincomb.h"
21 
22 #include "linop_w.h"
23 #include "linop_s.h"
24 
25 #endif
26 
27 
Linear operators.
Linear operators.
M^dag*M composition of a linear operator.