IMSL C# Numerical Library

ComplexSparseCholesky.NumericFactorization Enumeration

Numeric Factorization methods.

public enum ComplexSparseCholesky.NumericFactorization

Members

Member Name Description
StandardMethod Indicates that the method of George/Liu (1981) is used for numeric factorization.
MultiFrontalMethod Indicates the multifrontal method will be used for numeric factorization.

Requirements

Namespace: Imsl.Math

Assembly: ImslCS (in ImslCS.dll)

See Also

Imsl.Math Namespace