The number of nonzeros in the Cholesky factor.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public long NumberOfNonzeros { get; }
Visual Basic (Declaration)
Public ReadOnly Property NumberOfNonzeros As Long
Visual C++
public:
property long long NumberOfNonzeros {
	long long get ();
}

Field Value

A long containing the number of nonzeros (including the diagonal) of the Cholesky factor.

See Also