blob: 82d1d4fefa2b1c63cacfed8d38a41edde9b18ae4 [file] [log] [blame]
#ifndef EIGEN_UMFPACKSUPPORT_MODULE_H
#define EIGEN_UMFPACKSUPPORT_MODULE_H
#include "SparseExtra"
#include "../../Eigen/src/Core/util/DisableMSVCWarnings.h"
#include <umfpack.h>
namespace Eigen {
/** \ingroup Unsupported_modules
* \defgroup UmfPackSupport_Module UmfPack support module
*
*
*
*
* \code
* #include <Eigen/UmfPackSupport>
* \endcode
*/
struct UmfPack {};
#include "src/SparseExtra/UmfPackSupport.h"
} // namespace Eigen
#include "../../Eigen/src/Core/util/EnableMSVCWarnings.h"
#endif // EIGEN_UMFPACKSUPPORT_MODULE_H