12345678910111213141516171819202122232425262728293031323334 |
- #ifndef EIGEN_SPQRSUPPORT_MODULE_H
- #define EIGEN_SPQRSUPPORT_MODULE_H
- #include "SparseCore"
- #include "src/Core/util/DisableStupidWarnings.h"
- #include "SuiteSparseQR.hpp"
- #include "src/CholmodSupport/CholmodSupport.h"
- #include "src/SPQRSupport/SuiteSparseQRSupport.h"
- #endif
|