aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/SparseCore
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2014-07-01 11:50:20 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2014-07-01 11:50:20 +0200
commit441f97b2df8465cb8d5c601e9f1ed324af71491e (patch)
tree1e1b6e64f19ab6fa156b8948dbfda7713ec23b3a /Eigen/SparseCore
parent0ad7a644df5c71b9a75c0300210ce17985b88044 (diff)
Implement evaluators for sparse * sparse products
Diffstat (limited to 'Eigen/SparseCore')
-rw-r--r--Eigen/SparseCore4
1 files changed, 2 insertions, 2 deletions
diff --git a/Eigen/SparseCore b/Eigen/SparseCore
index b338950ca..0c91c3b59 100644
--- a/Eigen/SparseCore
+++ b/Eigen/SparseCore
@@ -49,12 +49,12 @@ struct Sparse {};
#include "src/SparseCore/SparseRedux.h"
#include "src/SparseCore/SparseView.h"
#include "src/SparseCore/SparseDiagonalProduct.h"
+#include "src/SparseCore/ConservativeSparseSparseProduct.h"
+#include "src/SparseCore/SparseProduct.h"
#ifndef EIGEN_TEST_EVALUATORS
#include "src/SparseCore/SparsePermutation.h"
#include "src/SparseCore/SparseFuzzy.h"
-#include "src/SparseCore/ConservativeSparseSparseProduct.h"
#include "src/SparseCore/SparseSparseProductWithPruning.h"
-#include "src/SparseCore/SparseProduct.h"
#include "src/SparseCore/SparseDenseProduct.h"
#include "src/SparseCore/SparseTriangularView.h"
#include "src/SparseCore/SparseSelfAdjointView.h"