mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Add missing friend declaration
This commit is contained in:
@@ -94,6 +94,7 @@ class SparseMatrix
|
|||||||
{
|
{
|
||||||
typedef SparseCompressedBase<SparseMatrix> Base;
|
typedef SparseCompressedBase<SparseMatrix> Base;
|
||||||
using Base::convert_index;
|
using Base::convert_index;
|
||||||
|
friend class SparseVector<_Scalar,0,_Index>;
|
||||||
public:
|
public:
|
||||||
using Base::isCompressed;
|
using Base::isCompressed;
|
||||||
using Base::nonZeros;
|
using Base::nonZeros;
|
||||||
|
|||||||
Reference in New Issue
Block a user