aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Sparse
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/Sparse')
-rw-r--r--Eigen/Sparse8
1 files changed, 8 insertions, 0 deletions
diff --git a/Eigen/Sparse b/Eigen/Sparse
index 0b222d105..df0310f89 100644
--- a/Eigen/Sparse
+++ b/Eigen/Sparse
@@ -50,6 +50,10 @@
namespace Eigen { struct SluMatrix; }
#endif
+#ifdef EIGEN_UMFPACK_SUPPORT
+ #include "umfpack.h"
+#endif
+
namespace Eigen {
#include "src/Sparse/SparseUtil.h"
@@ -79,6 +83,10 @@ namespace Eigen {
# include "src/Sparse/SuperLUSupport.h"
#endif
+#ifdef EIGEN_UMFPACK_SUPPORT
+# include "src/Sparse/UmfPackSupport.h"
+#endif
+
} // namespace Eigen
#endif // EIGEN_SPARSE_MODULE_H