CHROMA
eig/eig.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_h__
17 #define __eig_h__
18 
19 #include "gramschm.h"
20 #include "gramschm_array.h"
21 #include "sn_jacob.h"
22 #include "sn_jacob_array.h"
23 #include "ritz.h"
24 #include "ritz_array.h"
25 #include "eig_spec.h"
26 #include "eig_spec_array.h"
27 
28 #include "eig_w.h"
29 #include "eig_s.h"
30 
31 #endif
Eigenvalue measurements.
Eigenvalue measurements.
Gramm-Schmidt orthogonolization.
Gramm-Schmidt orthogonolization.