mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-22 09:39:34 +08:00
Add missing friend declaration
This commit is contained in:
parent
fc7180cda8
commit
f8bfe10613
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user