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