From 70df09b76d1a13a55de1ebe6834ee359f403be89 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 24 Oct 2011 09:31:33 +0200 Subject: move DynamicSparseMatrix to SparseExtra --- Eigen/Sparse | 1 - 1 file changed, 1 deletion(-) (limited to 'Eigen/Sparse') diff --git a/Eigen/Sparse b/Eigen/Sparse index 7425b3a41..8eb9d378c 100644 --- a/Eigen/Sparse +++ b/Eigen/Sparse @@ -40,7 +40,6 @@ struct Sparse {}; #include "src/Sparse/CompressedStorage.h" #include "src/Sparse/AmbiVector.h" #include "src/Sparse/SparseMatrix.h" -#include "src/Sparse/DynamicSparseMatrix.h" #include "src/Sparse/MappedSparseMatrix.h" #include "src/Sparse/SparseVector.h" #include "src/Sparse/CoreIterators.h" -- cgit v1.2.3