aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/SparseCore
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2014-07-01 17:53:18 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2014-07-01 17:53:18 +0200
commit7390af91b63e4f250bddd5971eab44bae3a89f32 (patch)
treeb5e16acde6c549f1ff45833dc559ce0a2dabdaaa /Eigen/SparseCore
parent1e6f53e070ffb3d386bea3cda5e37569c0f11b37 (diff)
Implement evaluators for sparse*dense products
Diffstat (limited to 'Eigen/SparseCore')
-rw-r--r--Eigen/SparseCore2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/SparseCore b/Eigen/SparseCore
index f74df3038..7cbfb47f2 100644
--- a/Eigen/SparseCore
+++ b/Eigen/SparseCore
@@ -52,10 +52,10 @@ struct Sparse {};
#include "src/SparseCore/ConservativeSparseSparseProduct.h"
#include "src/SparseCore/SparseSparseProductWithPruning.h"
#include "src/SparseCore/SparseProduct.h"
+#include "src/SparseCore/SparseDenseProduct.h"
#ifndef EIGEN_TEST_EVALUATORS
#include "src/SparseCore/SparsePermutation.h"
#include "src/SparseCore/SparseFuzzy.h"
-#include "src/SparseCore/SparseDenseProduct.h"
#include "src/SparseCore/SparseTriangularView.h"
#include "src/SparseCore/SparseSelfAdjointView.h"
#include "src/SparseCore/TriangularSolver.h"