IMSL C# Numerical Library

SparseCholesky.NumericFactorization Enumeration

Numeric factorization methods.

public enum SparseCholesky.NumericFactorization

Members

Member Name Description
StandardMethod Indicates the method of George/Liu (1981) will be 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