Quantcast
Channel: Math.NET Numerics
Viewing all articles
Browse latest Browse all 971

Commented Issue: SparseVector.NonZerosCount [5721]

$
0
0
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

Viewing all articles
Browse latest Browse all 971

Trending Articles