Skip to content

Commit 6d9ad7e

Browse files
committed
adding new eigen lib
1 parent 318ec65 commit 6d9ad7e

File tree

295 files changed

+46585
-14391
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

295 files changed

+46585
-14391
lines changed

lib/.DS_Store

6 KB
Binary file not shown.

lib/Eigen/.DS_Store

6 KB
Binary file not shown.

lib/Eigen/.hg_archival.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

lib/Eigen/CMakeLists.txt

Lines changed: 0 additions & 19 deletions
This file was deleted.

lib/Eigen/COPYING.MPL2

Lines changed: 0 additions & 373 deletions
This file was deleted.

lib/Eigen/Cholesky

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#define EIGEN_CHOLESKY_MODULE_H
1010

1111
#include "Core"
12+
#include "Jacobi"
1213

1314
#include "src/Core/util/DisableStupidWarnings.h"
1415

@@ -31,11 +32,14 @@
3132
#include "src/Cholesky/LLT.h"
3233
#include "src/Cholesky/LDLT.h"
3334
#ifdef EIGEN_USE_LAPACKE
35+
#ifdef EIGEN_USE_MKL
36+
#include "mkl_lapacke.h"
37+
#else
3438
#include "src/misc/lapacke.h"
39+
#endif
3540
#include "src/Cholesky/LLT_LAPACKE.h"
3641
#endif
3742

3843
#include "src/Core/util/ReenableStupidWarnings.h"
3944

4045
#endif // EIGEN_CHOLESKY_MODULE_H
41-
/* vim: set filetype=cpp et sw=2 ts=2 ai: */

0 commit comments

Comments
 (0)