Click or drag to resize
SparseMatrixNumberOfNonZeros Property
The number of nonzeros in the matrix.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public long NumberOfNonZeros { get; }

Property Value

Type: Int64
A long containing the number of nonzeros in the matrix.
See Also