Click or drag to resize
ComplexSparseCholeskyGetNumericFactor Method
Returns the numeric Cholesky factor.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public ComplexSparseCholeskyNumericFactor GetNumericFactor()

Return Value

Type: ComplexSparseCholeskyNumericFactor
A NumericFactor containing the numeric Cholesky factor.
See Also