aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/LU
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/LU')
-rw-r--r--Eigen/LU5
1 files changed, 5 insertions, 0 deletions
diff --git a/Eigen/LU b/Eigen/LU
index e4aa3ecde..9ef9c97ec 100644
--- a/Eigen/LU
+++ b/Eigen/LU
@@ -26,8 +26,13 @@ namespace Eigen {
#include "src/LU/Determinant.h"
#include "src/LU/Inverse.h"
+#if defined EIGEN_VECTORIZE_SSE
+ #include "src/LU/arch/Inverse_SSE.h"
+#endif
+
} // namespace Eigen
#include "src/Core/util/EnableMSVCWarnings.h"
#endif // EIGEN_LU_MODULE_H
+/* vim: set filetype=cpp et sw=2 ts=2 ai: */