You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
500 B
23 lines
500 B
#ifndef EIGEN_ORDERINGMETHODS_MODULE_H
|
|
#define EIGEN_ORDERINGMETHODS_MODULE_H
|
|
|
|
#include "SparseCore"
|
|
|
|
#include "src/Core/util/DisableStupidWarnings.h"
|
|
|
|
/** \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"
|
|
|
|
#include "src/Core/util/ReenableStupidWarnings.h"
|
|
|
|
#endif // EIGEN_ORDERINGMETHODS_MODULE_H
|