2011-11-12 22:22:35 +08:00
|
|
|
#ifndef EIGEN_ORDERINGMETHODS_MODULE_H
|
|
|
|
#define EIGEN_ORDERINGMETHODS_MODULE_H
|
|
|
|
|
|
|
|
#include "SparseCore"
|
|
|
|
|
2011-11-16 16:27:38 +08:00
|
|
|
#include "src/Core/util/DisableStupidWarnings.h"
|
2011-11-12 22:22:35 +08:00
|
|
|
|
|
|
|
/** \ingroup Sparse_modules
|
|
|
|
* \defgroup OrderingMethods_Module OrderingMethods module
|
|
|
|
*
|
|
|
|
* This module is currently for internal use only.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* \code
|
|
|
|
* #include <Eigen/OrderingMethods>
|
|
|
|
* \endcode
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "src/OrderingMethods/Amd.h"
|
|
|
|
|
2011-11-16 16:27:38 +08:00
|
|
|
#include "src/Core/util/ReenableStupidWarnings.h"
|
2011-11-12 22:22:35 +08:00
|
|
|
|
|
|
|
#endif // EIGEN_ORDERINGMETHODS_MODULE_H
|