eigen/unsupported/Eigen/UmfPackSupport

32 lines
561 B
Plaintext
Raw Normal View History

#ifndef EIGEN_UMFPACKSUPPORT_MODULE_H
#define EIGEN_UMFPACKSUPPORT_MODULE_H
#include "SparseExtra"
#include "../../Eigen/src/Core/util/DisableMSVCWarnings.h"
#include <umfpack.h>
namespace Eigen {
2010-06-30 19:19:54 +08:00
/** \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