eigen/Eigen/CholmodSupport

35 lines
617 B
Plaintext
Raw Normal View History

#ifndef EIGEN_CHOLMODSUPPORT_MODULE_H
#define EIGEN_CHOLMODSUPPORT_MODULE_H
#include "SparseCore"
2011-02-22 22:31:22 +08:00
#include "../../Eigen/src/Core/util/DisableStupidWarnings.h"
2010-09-15 21:24:21 +08:00
extern "C" {
#include <cholmod.h>
}
namespace Eigen {
/** \ingroup Sparse_modules
* \defgroup CholmodSupport_Module CholmodSupport module
*
*
* \code
* #include <Eigen/CholmodSupport>
* \endcode
*/
#include "src/misc/Solve.h"
#include "src/misc/SparseSolve.h"
#include "src/CholmodSupport/CholmodSupport.h"
} // namespace Eigen
2011-02-22 22:31:22 +08:00
#include "../../Eigen/src/Core/util/ReenableStupidWarnings.h"
#endif // EIGEN_CHOLMODSUPPORT_MODULE_H