SparseMatrix<T>.NonzeroCount Property

Gets the number of nonzero components in the matrix.

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public virtual int NonzeroCount { get; }

Property Value

Int32

See Also