eigen/unsupported/Eigen/UmfPackSupport
2011-09-24 14:19:39 +02:00

35 lines
632 B
Plaintext

#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
*
*
*
*
* \code
* #include <Eigen/UmfPackSupport>
* \endcode
*/
struct UmfPack {};
#include "src/SparseExtra/UmfPackSupport.h"
#include "src/SparseExtra/UmfPackSupportLegacy.h"
} // namespace Eigen
#include "../../Eigen/src/Core/util/ReenableStupidWarnings.h"
#endif // EIGEN_UMFPACKSUPPORT_MODULE_H