From a7bd4c455acbf19166e91f2148c042c3f2ea946e Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 25 Jun 2014 17:24:43 +0200 Subject: Update sparse reduxions and sparse-vectors to evaluators. --- Eigen/SparseCore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Eigen/SparseCore') 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" -- cgit v1.2.3