From 96e1e582ff879cb2287847e3d9129cd121a978dd Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 15 Jan 2009 12:52:59 +0000 Subject: Sparse module: * add a MappedSparseMatrix class (like Eigen::Map but for sparse matrices) * rename SparseArray to CompressedStorage --- Eigen/Sparse | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Eigen/Sparse') diff --git a/Eigen/Sparse b/Eigen/Sparse index b73946c74..33521399e 100644 --- a/Eigen/Sparse +++ b/Eigen/Sparse @@ -72,11 +72,12 @@ namespace Eigen { #include "src/Sparse/SparseUtil.h" #include "src/Sparse/SparseMatrixBase.h" -#include "src/Sparse/SparseArray.h" +#include "src/Sparse/CompressedStorage.h" #include "src/Sparse/AmbiVector.h" #include "src/Sparse/RandomSetter.h" #include "src/Sparse/SparseBlock.h" #include "src/Sparse/SparseMatrix.h" +#include "src/Sparse/MappedSparseMatrix.h" #include "src/Sparse/SparseVector.h" #include "src/Sparse/CoreIterators.h" #include "src/Sparse/SparseTranspose.h" -- cgit v1.2.3