move DynamicSparseMatrix to SparseExtra

This commit is contained in:
Gael Guennebaud
2011-10-24 09:31:33 +02:00
parent a2d414f568
commit 70df09b76d
10 changed files with 176 additions and 114 deletions

View File

@@ -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"