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

  1. #ifndef EIGEN_ORDERINGMETHODS_MODULE_H
  2. #define EIGEN_ORDERINGMETHODS_MODULE_H
  3. #include "SparseCore"
  4. #include "src/Core/util/DisableStupidWarnings.h"
  5. /** \ingroup Sparse_modules
  6. * \defgroup OrderingMethods_Module OrderingMethods module
  7. *
  8. * This module is currently for internal use only.
  9. *
  10. *
  11. * \code
  12. * #include <Eigen/OrderingMethods>
  13. * \endcode
  14. */
  15. #include "src/OrderingMethods/Amd.h"
  16. #include "src/Core/util/ReenableStupidWarnings.h"
  17. #endif // EIGEN_ORDERINGMETHODS_MODULE_H