eigen2: pass lu test

This commit is contained in:
Benoit Jacob
2011-01-25 10:02:36 -05:00
parent 3e2469f951
commit 09d1923f61
6 changed files with 154 additions and 8 deletions

View File

@@ -30,6 +30,10 @@ namespace Eigen {
#include "src/LU/arch/Inverse_SSE.h"
#endif
#ifdef EIGEN2_SUPPORT
#include "src/Eigen2Support/LU.h"
#endif
} // namespace Eigen
#include "src/Core/util/EnableMSVCWarnings.h"