Click or drag to resize

SparseVectorNonZerosCount Property

Gets the number of non zero elements in the vector.

Namespace: Altaxo.Calc.LinearAlgebra.Single
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int NonZerosCount { get; }

Property Value

Int32
The number of non zero elements.
See Also