IMSL C# Numerical Library

ComplexSparseCholesky.LargestDiagonalElement Property

The largest diagonal element of the Cholesky factor.

public double LargestDiagonalElement {get;}

Property 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

ComplexSparseCholesky Class | Imsl.Math Namespace