aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/SparseCore
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2014-06-25 09:58:26 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2014-06-25 09:58:26 +0200
commite3ba5329ff369401da836ac5e4a86cd059a51a69 (patch)
tree75111e972ea04a5f16b18062b253e5f39eb28dd3 /Eigen/SparseCore
parent17f119689e8b0060c41ca6ab0d291bd7d09fe5ce (diff)
Implement evaluators for sparse Block.
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 799cb1ba1..4ad6f47a0 100644
--- a/Eigen/SparseCore
+++ b/Eigen/SparseCore
@@ -44,8 +44,8 @@ struct Sparse {};
#include "src/SparseCore/SparseCwiseUnaryOp.h"
#include "src/SparseCore/SparseCwiseBinaryOp.h"
#include "src/SparseCore/SparseTranspose.h"
-#ifndef EIGEN_TEST_EVALUATORS
#include "src/SparseCore/SparseBlock.h"
+#ifndef EIGEN_TEST_EVALUATORS
#include "src/SparseCore/SparseDot.h"
#include "src/SparseCore/SparsePermutation.h"
#include "src/SparseCore/SparseRedux.h"