IMSL C# Numerical Library

SparseCholesky.LargestDiagonalElement Property

The largest diagonal element of the Cholesky factor.

public double LargestDiagonalElement {get;}

Property Value

A double value specifying 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

SparseCholesky Class | Imsl.Math Namespace