Go to the documentation of this file.00001 #ifndef EIGEN_CHOLMODSUPPORT_MODULE_H
00002 #define EIGEN_CHOLMODSUPPORT_MODULE_H
00003
00004 #include "SparseExtra"
00005
00006 #include "../../Eigen/src/Core/util/DisableStupidWarnings.h"
00007
00008 extern "C" {
00009 #include <cholmod.h>
00010 }
00011
00012 namespace Eigen {
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025 struct Cholmod {};
00026 #include "src/SparseExtra/CholmodSupportLegacy.h"
00027 #include "src/SparseExtra/CholmodSupport.h"
00028
00029
00030 }
00031
00032 #include "../../Eigen/src/Core/util/ReenableStupidWarnings.h"
00033
00034 #endif // EIGEN_CHOLMODSUPPORT_MODULE_H
00035