123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- #ifndef EIGEN_CHOLMODSUPPORT_MODULE_H
- #define EIGEN_CHOLMODSUPPORT_MODULE_H
- #include "SparseCore"
- #include "src/Core/util/DisableStupidWarnings.h"
- extern "C" {
- #include <cholmod.h>
- }
- #include "src/CholmodSupport/CholmodSupport.h"
- #include "src/Core/util/ReenableStupidWarnings.h"
- #endif
|