SparseMatrixNumberOfNonZeros Property |
The number of nonzeros in the matrix.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public long NumberOfNonZeros { get; }
Public ReadOnly Property NumberOfNonZeros As Long
Get
public:
property long long NumberOfNonZeros {
long long get ();
}
member NumberOfNonZeros : int64 with get
Property Value
Type:
Int64
A
long containing the number of nonzeros in the matrix.
See Also