eigen/unsupported/Eigen/UmfPackSupport

35 lines
632 B
Plaintext
Raw Normal View History

#ifndef EIGEN_UMFPACKSUPPORT_MODULE_H
#define EIGEN_UMFPACKSUPPORT_MODULE_H
#include "SparseExtra"
2011-02-22 22:31:22 +08:00
#include "../../Eigen/src/Core/util/DisableStupidWarnings.h"
extern "C" {
#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"
2011-09-24 20:19:39 +08:00
#include "src/SparseExtra/UmfPackSupportLegacy.h"
} // namespace Eigen
2011-02-22 22:31:22 +08:00
#include "../../Eigen/src/Core/util/ReenableStupidWarnings.h"
#endif // EIGEN_UMFPACKSUPPORT_MODULE_H