ComplexSparseCholeskyLargestDiagonalElement Property |
The largest diagonal element of the
Cholesky factor.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double LargestDiagonalElement { get; }
Public ReadOnly Property LargestDiagonalElement As Double
Get
public:
property double LargestDiagonalElement {
double get ();
}
member LargestDiagonalElement : float with get
Property Value
Type:
Double
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