#ifndef EIGEN_UMFPACKSUPPORT_MODULE_H
#define EIGEN_UMFPACKSUPPORT_MODULE_H

#include "SparseExtra"

#include "../../Eigen/src/Core/util/DisableStupidWarnings.h"

extern "C" {
#include <umfpack.h>
}

namespace Eigen {

/** \ingroup Unsupported_modules
  * \defgroup UmfPackSupport_Module UmfPack support module  
 * \ingroup eigen_grp
 * \ingroup eigen_grp
  *
  *
  *
  *
  * \code
  * #include <Eigen/UmfPackSupport>
  * \endcode
  */

struct UmfPack {};

#include "src/SparseExtra/UmfPackSupport.h"

} // namespace Eigen

#include "../../Eigen/src/Core/util/ReenableStupidWarnings.h"

#endif // EIGEN_UMFPACKSUPPORT_MODULE_H
