Click or drag to resize
SparseCholeskyNumberOfNonzeros Property
The number of nonzeros in the Cholesky factor.

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 (including the diagonal) of the Cholesky factor.
See Also