Click or drag to resize
ComplexSparseCholeskyNumericFactorization Enumeration
Numeric Factorization methods.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public enum NumericFactorization
Members
  Member nameValueDescription
StandardMethod0 Indicates that the method of George/Liu (1981) is used for numeric factorization.
MultiFrontalMethod1 Indicates the multifrontal method will be used for numeric factorization.
See Also