CHROMA
util.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 
3 /*! \file
4  * \brief Include all utility routines
5  *
6  * Central include file for all utilities
7  */
8 
9 /*! \defgroup util Utility routines
10  * \ingroup lib
11  *
12  * Utility routines for simple manipulation of gauge fields and fermions.
13  * Support for projection onto momentum states (fourier transforms).
14  */
15 
16 #ifndef __util_h__
17 #define __util_h__
18 
19 #include "ferm/ferm.h"
20 #include "ft/ft.h"
21 #include "gauge/gauge.h"
22 #include "info/info.h"
23 
24 #endif
25 
26 
Fourier transform support.
Info utilities.