The method used in the numerical factorization of the permuted input matrix.
An int
value equal to StandardMethod
or
MultiFrontalMethod representing the method used during the numeric factorization phase:
Method Name |
Description |
---|---|
StandardMethod | standard method as described by George/Liu (1981). This is the default. |
MultiFrontalMethod | multifrontal method |
Exception Type | Condition |
---|---|
ArgumentException | is thrown when the value for NumericFactorizationMethod is not NumericFactorization.StandardMethod or NumericFactorization.MultiFrontalMethod . |
ComplexSparseCholesky Class | Imsl.Math Namespace