aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/SparseCore
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2014-07-01 13:18:56 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2014-07-01 13:18:56 +0200
commit746d2db6ed5d1bb104757f2170e2018eda524a12 (patch)
tree5978687be5f9b87db0c4a384d22033887febbb31 /Eigen/SparseCore
parent441f97b2df8465cb8d5c601e9f1ed324af71491e (diff)
Implement evaluators for sparse * sparse with auto pruning.
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 0c91c3b59..f74df3038 100644
--- a/Eigen/SparseCore
+++ b/Eigen/SparseCore
@@ -50,11 +50,11 @@ struct Sparse {};
#include "src/SparseCore/SparseView.h"
#include "src/SparseCore/SparseDiagonalProduct.h"
#include "src/SparseCore/ConservativeSparseSparseProduct.h"
+#include "src/SparseCore/SparseSparseProductWithPruning.h"
#include "src/SparseCore/SparseProduct.h"
#ifndef EIGEN_TEST_EVALUATORS
#include "src/SparseCore/SparsePermutation.h"
#include "src/SparseCore/SparseFuzzy.h"
-#include "src/SparseCore/SparseSparseProductWithPruning.h"
#include "src/SparseCore/SparseDenseProduct.h"
#include "src/SparseCore/SparseTriangularView.h"
#include "src/SparseCore/SparseSelfAdjointView.h"