add new API for Cholmod preserving the legacy one for now

This commit is contained in:
Gael Guennebaud
2010-10-26 15:48:33 +02:00
parent 7bc8e3ac09
commit 666c16cf63
4 changed files with 768 additions and 387 deletions

View File

@@ -21,9 +21,10 @@ namespace Eigen {
*/
struct Cholmod {};
#include "src/SparseExtra/CholmodSupportLegacy.h"
#include "src/SparseExtra/CholmodSupport.h"
} // namespace Eigen
#include "../../Eigen/src/Core/util/EnableMSVCWarnings.h"