We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 255beac commit f8dba51Copy full SHA for f8dba51
src/shogun/lib/tapkee/tapkee_defines.hpp
@@ -30,7 +30,7 @@
30
#define EIGEN_RUNTIME_NO_MALLOC
31
#include <Eigen/Eigen>
32
#include <Eigen/Dense>
33
- #if EIGEN_VERSION_AT_LEAST(3,1,0)
+ #if EIGEN_VERSION_AT_LEAST(3,0,93)
34
#include <Eigen/Sparse>
35
#if defined(TAPKEE_SUPERLU_AVAILABLE) && defined(TAPKEE_USE_SUPERLU)
36
#include <Eigen/SuperLUSupport>
src/shogun/mathematics/eigen3.h
@@ -16,7 +16,7 @@
16
//#define EIGEN_RUNTIME_NO_MALLOC
17
18
19
20
21
#else
22
#define EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET
0 commit comments