Please, could it be possible to add to the SparseVector property
public int NonZerosCount
{
get { return _storage.ValueCount; }
}
as it is in SparseMatrix?
Comments: Added to mainline
public int NonZerosCount
{
get { return _storage.ValueCount; }
}
as it is in SparseMatrix?
Comments: Added to mainline