aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/SparseLU
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2012-10-30 15:09:48 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2012-10-30 15:09:48 +0100
commitfea4220f3728e60bde06147ff9b89e10df203466 (patch)
treec26978864d04c3da65f09fe2590feb6b4dce52f0 /Eigen/SparseLU
parentf7e203fb0c3033df26b3f75cc3812989c19041a2 (diff)
SparseLU: add a specialized gemm kernel, and add padding to the supernodes such that supernodes columns are all properly aligned
Diffstat (limited to 'Eigen/SparseLU')
-rw-r--r--Eigen/SparseLU2
1 files changed, 2 insertions, 0 deletions
diff --git a/Eigen/SparseLU b/Eigen/SparseLU
index 452bc9f83..b0a484947 100644
--- a/Eigen/SparseLU
+++ b/Eigen/SparseLU
@@ -12,6 +12,8 @@
// Ordering interface
#include "OrderingMethods"
+#include "src/SparseLU/SparseLU_gemm_kernel.h"
+
#include "src/SparseLU/SparseLU.h"
#endif // EIGEN_SPARSELU_MODULE_H