#ifndef EIGEN_UMFPACKSUPPORT_MODULE_H #define EIGEN_UMFPACKSUPPORT_MODULE_H #include "SparseCore" #include "src/Core/util/DisableStupidWarnings.h" extern "C" { #include } namespace Eigen { /** \ingroup Support_modules * \defgroup UmfPackSupport_Module UmfPackSupport module * * * * * \code * #include * \endcode */ #include "src/misc/Solve.h" #include "src/misc/SparseSolve.h" #include "src/UmfPackSupport/UmfPackSupport.h" } // namespace Eigen #include "src/Core/util/ReenableStupidWarnings.h" #endif // EIGEN_UMFPACKSUPPORT_MODULE_H