Add a Map<SparseMatrix> specialization.

This commit is contained in:
Gael Guennebaud
2015-02-07 22:03:25 +01:00
parent 08081f8293
commit f3be317614
2 changed files with 212 additions and 0 deletions

View File

@@ -33,6 +33,7 @@
#include "src/SparseCore/AmbiVector.h"
#include "src/SparseCore/SparseCompressedBase.h"
#include "src/SparseCore/SparseMatrix.h"
#include "src/SparseCore/SparseMap.h"
#include "src/SparseCore/MappedSparseMatrix.h"
#include "src/SparseCore/SparseVector.h"
#include "src/SparseCore/SparseCwiseUnaryOp.h"