From 73e686c6a44adfd54fe75a0d7581fd14bfa58f54 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 27 Jun 2014 15:54:44 +0200 Subject: Implement evaluators for sparse times diagonal products. --- Eigen/SparseCore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Eigen/SparseCore') diff --git a/Eigen/SparseCore b/Eigen/SparseCore index 340ff7f52..b338950ca 100644 --- a/Eigen/SparseCore +++ b/Eigen/SparseCore @@ -48,6 +48,7 @@ struct Sparse {}; #include "src/SparseCore/SparseDot.h" #include "src/SparseCore/SparseRedux.h" #include "src/SparseCore/SparseView.h" +#include "src/SparseCore/SparseDiagonalProduct.h" #ifndef EIGEN_TEST_EVALUATORS #include "src/SparseCore/SparsePermutation.h" #include "src/SparseCore/SparseFuzzy.h" @@ -55,7 +56,6 @@ struct Sparse {}; #include "src/SparseCore/SparseSparseProductWithPruning.h" #include "src/SparseCore/SparseProduct.h" #include "src/SparseCore/SparseDenseProduct.h" -#include "src/SparseCore/SparseDiagonalProduct.h" #include "src/SparseCore/SparseTriangularView.h" #include "src/SparseCore/SparseSelfAdjointView.h" #include "src/SparseCore/TriangularSolver.h" -- cgit v1.2.3