From 709e9033355834e6d9166dd9eac975a383e55ece Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 7 Jan 2009 17:01:57 +0000 Subject: Sparse module: * extend unit tests * add support for generic sum reduction and dot product * optimize the cwise()* : this is a special case of CwiseBinaryOp where we only have to process the coeffs which are not null for *both* matrices. Perhaps there exist some other binary operations like that ? --- Eigen/Sparse | 1 + 1 file changed, 1 insertion(+) (limited to 'Eigen/Sparse') diff --git a/Eigen/Sparse b/Eigen/Sparse index ce65d4dad..168511c66 100644 --- a/Eigen/Sparse +++ b/Eigen/Sparse @@ -79,6 +79,7 @@ namespace Eigen { #include "src/Sparse/SparseMatrix.h" #include "src/Sparse/SparseVector.h" #include "src/Sparse/CoreIterators.h" +#include "src/Sparse/SparseRedux.h" #include "src/Sparse/SparseProduct.h" #include "src/Sparse/TriangularSolver.h" #include "src/Sparse/SparseLLT.h" -- cgit v1.2.3