aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/SparseCore
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2014-06-25 17:24:43 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2014-06-25 17:24:43 +0200
commita7bd4c455acbf19166e91f2148c042c3f2ea946e (patch)
tree38b46239864f799a5624fe23186b2ed30844e51d /Eigen/SparseCore
parentb868bfb84a4a86231bb338e9bcf08afd882d32dc (diff)
Update sparse reduxions and sparse-vectors to evaluators.
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 4ad6f47a0..0433f4877 100644
--- a/Eigen/SparseCore
+++ b/Eigen/SparseCore
@@ -45,10 +45,10 @@ struct Sparse {};
#include "src/SparseCore/SparseCwiseBinaryOp.h"
#include "src/SparseCore/SparseTranspose.h"
#include "src/SparseCore/SparseBlock.h"
-#ifndef EIGEN_TEST_EVALUATORS
#include "src/SparseCore/SparseDot.h"
-#include "src/SparseCore/SparsePermutation.h"
#include "src/SparseCore/SparseRedux.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"