Returns the numeric Cholesky factor.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public SparseCholesky..::.NumericFactor GetNumericFactor()
Visual Basic (Declaration)
Public Function GetNumericFactor As SparseCholesky..::.NumericFactor
Visual C++
public:
SparseCholesky..::.NumericFactor^ GetNumericFactor()

Return Value

A NumericFactor containing the numeric Cholesky factor.

See Also