SparseCholesky.GetNumericFactor Method |
Returns the numeric Cholesky factor.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic SparseCholesky. NumericFactor GetNumericFactor()
Public Function GetNumericFactor As SparseCholesky.NumericFactor
public:
SparseCholesky. NumericFactor^ GetNumericFactor()
member GetNumericFactor : unit -> SparseCholesky. NumericFactor
Return Value
Type:
SparseCholesky.NumericFactor A
NumericFactor containing the numeric Cholesky factor.
See Also