Add missing friend declaration

This commit is contained in:
Gael Guennebaud 2016-11-06 15:20:30 +01:00
parent fc7180cda8
commit f8bfe10613

View File

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