Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GaussianProcessTuning/HeuristicLab.Eigen/Eigen/OrderingMethods @ 12694

Last change on this file since 12694 was 9562, checked in by gkronber, 11 years ago

#1967 worked on Gaussian process evolution.

File size: 500 bytes
Line 
1#ifndef EIGEN_ORDERINGMETHODS_MODULE_H
2#define EIGEN_ORDERINGMETHODS_MODULE_H
3
4#include "SparseCore"
5
6#include "src/Core/util/DisableStupidWarnings.h"
7
8/** \ingroup Sparse_modules
9  * \defgroup OrderingMethods_Module OrderingMethods module
10  *
11  * This module is currently for internal use only.
12  *
13  *
14  * \code
15  * #include <Eigen/OrderingMethods>
16  * \endcode
17  */
18
19#include "src/OrderingMethods/Amd.h"
20
21#include "src/Core/util/ReenableStupidWarnings.h"
22
23#endif // EIGEN_ORDERINGMETHODS_MODULE_H
Note: See TracBrowser for help on using the repository browser.