SparseVectorNonZerosCount Property |
Gets the number of non zero elements in the vector.
Namespace: Altaxo.Calc.LinearAlgebra.SingleAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public int NonZerosCount { get; }
Property Value
Int32The number of non zero elements.
See Also