The largest diagonal element of the Cholesky factor.

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

Syntax

C#
public double LargestDiagonalElement { get; }
Visual Basic (Declaration)
Public ReadOnly Property LargestDiagonalElement As Double
Visual C++
public:
property double LargestDiagonalElement {
	double get ();
}

Field Value

A double containing the largest diagonal element of the Cholesky factor. Use of this method is only sensible if a numeric factorization of the input matrix was done beforehand.

See Also