Home | History | Annotate | Download | only in Eigen
      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
     24