Click or drag to resize
SparseCholeskySmallestDiagonalElement Property
The smallest diagonal element of the Cholesky factor.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double SmallestDiagonalElement { get; }

Property Value

Type: Double
A double value specifying the smallest 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