SparseCholesky.NumericFactorizationMethod Property |
The method used in the numerical factorization of the permuted
input matrix.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic SparseCholesky. NumericFactorization NumericFactorizationMethod { get; set; }
Public Property NumericFactorizationMethod As SparseCholesky. NumericFactorization
Get
Set
public:
property SparseCholesky. NumericFactorization NumericFactorizationMethod {
SparseCholesky. NumericFactorization get ();
void set (SparseCholesky. NumericFactorization value);
}
member NumericFactorizationMethod : SparseCholesky. NumericFactorization with get, set
Property Value
Type:
SparseCholesky.NumericFactorization
A
NumericFactorization value equal to
StandardMethod or
MultiFrontalMethod representing the method used in
the numeric factorization of the permuted input matrix.
RemarksMethod Name | Description |
---|
StandardMethod | standard method as described by George/Liu (1981). This is the default. |
MultiFrontalMethod | multifrontal method |
See Also