eigen/unsupported/Eigen/CholmodSupport

33 lines
571 B
Plaintext
Raw Normal View History

#ifndef EIGEN_CHOLMODSUPPORT_MODULE_H
#define EIGEN_CHOLMODSUPPORT_MODULE_H
#include "SparseExtra"
#include "../../Eigen/src/Core/util/DisableMSVCWarnings.h"
2010-09-15 21:24:21 +08:00
extern "C" {
#include <cholmod.h>
}
namespace Eigen {
2010-06-30 19:19:54 +08:00
/** \ingroup Unsupported_modules
* \defgroup CholmodSupport_Module Cholmod Support module
*
*
* \code
* #include <Eigen/CholmodSupport>
* \endcode
*/
struct Cholmod {};
#include "src/SparseExtra/CholmodSupport.h"
} // namespace Eigen
#include "../../Eigen/src/Core/util/EnableMSVCWarnings.h"
#endif // EIGEN_CHOLMODSUPPORT_MODULE_H