Click or drag to resize
SparseCholeskyNumericFactorizationMethod Property
The method used in the numerical factorization of the permuted input matrix.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public SparseCholeskyNumericFactorization NumericFactorizationMethod { get; set; }

Property Value

Type: SparseCholeskyNumericFactorization
A NumericFactorization value equal to StandardMethod or MultiFrontalMethod representing the method used in the numeric factorization of the permuted input matrix.
Remarks

Method NameDescription
StandardMethodstandard method as described by George/Liu (1981). This is the default.
MultiFrontalMethodmultifrontal method

See Also