aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Sparse
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/Sparse')
-rw-r--r--Eigen/Sparse5
1 files changed, 3 insertions, 2 deletions
diff --git a/Eigen/Sparse b/Eigen/Sparse
index 57e9af6a2..289985ed9 100644
--- a/Eigen/Sparse
+++ b/Eigen/Sparse
@@ -22,7 +22,6 @@
#endif
#ifdef EIGEN_TAUCS_SUPPORT
-
// taucs.h declares a lot of mess
#define isnan
#define finite
@@ -40,7 +39,9 @@
#ifdef max
#undef max
#endif
-
+ #ifdef complex
+ #undef complex
+ #endif
#endif
#ifdef EIGEN_SUPERLU_SUPPORT