CHROMA
eig_w.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 
3 /*! \file
4  * \brief Eigenvalue measurements
5  *
6  * Central include file for all measurements of eigenvalues
7  */
8 
9 /*! \defgroup eig Eigenvalue measurements
10  * \ingroup meas
11  *
12  * Central include file for all measurements related to calculations
13  * of eigenvalues of various linear operators.
14  */
15 
16 #ifndef __eig_w_h__
17 #define __eig_w_h__
18 
19 #include "meas/eig/ischiral_w.h"
20 #endif