Add a Ref<SparseMatrix> specialization.

This commit is contained in:
Gael Guennebaud
2015-02-07 22:04:18 +01:00
parent f3be317614
commit f2ff8c091e
4 changed files with 298 additions and 0 deletions

View File

@@ -36,6 +36,7 @@
#include "src/SparseCore/SparseMap.h"
#include "src/SparseCore/MappedSparseMatrix.h"
#include "src/SparseCore/SparseVector.h"
#include "src/SparseCore/SparseRef.h"
#include "src/SparseCore/SparseCwiseUnaryOp.h"
#include "src/SparseCore/SparseCwiseBinaryOp.h"
#include "src/SparseCore/SparseTranspose.h"