aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/SparseCore
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2015-02-07 22:04:18 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2015-02-07 22:04:18 +0100
commitf2ff8c091e02b4aab8c7568807c09e43f51d1156 (patch)
treee5023ecd19531063a91fdb52e9158f0c055c0831 /Eigen/SparseCore
parentf3be317614b6b6709737d6ef7bea0ffe96c285d4 (diff)
Add a Ref<SparseMatrix> specialization.
Diffstat (limited to 'Eigen/SparseCore')
-rw-r--r--Eigen/SparseCore1
1 files changed, 1 insertions, 0 deletions
diff --git a/Eigen/SparseCore b/Eigen/SparseCore
index 91cdfd3f0..48ed967b8 100644
--- a/Eigen/SparseCore
+++ b/Eigen/SparseCore
@@ -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"