aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCore/SparseMatrix.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2016-11-06 15:20:30 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2016-11-06 15:20:30 +0100
commitf8bfe1061398f03b97a6313dd85dffc41454ee64 (patch)
tree8abda1e00774c52e31c894b3861b950f5df4a413 /Eigen/src/SparseCore/SparseMatrix.h
parentfc7180cda81593a31966159381f01113afa43f7c (diff)
Add missing friend declaration
Diffstat (limited to 'Eigen/src/SparseCore/SparseMatrix.h')
-rw-r--r--Eigen/src/SparseCore/SparseMatrix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Eigen/src/SparseCore/SparseMatrix.h b/Eigen/src/SparseCore/SparseMatrix.h
index 64ca5fc44..ec650b270 100644
--- a/Eigen/src/SparseCore/SparseMatrix.h
+++ b/Eigen/src/SparseCore/SparseMatrix.h
@@ -94,6 +94,7 @@ class SparseMatrix
{
typedef SparseCompressedBase<SparseMatrix> Base;
using Base::convert_index;
+ friend class SparseVector<_Scalar,0,_Index>;
public:
using Base::isCompressed;
using Base::nonZeros;