CHROMA
lib
meas
eig
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
eig_s.h
Eigenvalue measurements.
eig_spec.h
eig_spec_array.h
eig_w.h
Eigenvalue measurements.
gramschm.h
Gramm-Schmidt orthogonolization.
gramschm_array.h
Gramm-Schmidt orthogonolization.
ritz.h
ritz_array.h
sn_jacob.h
sn_jacob_array.h
Generated by
1.9.1