IMSL C# Numerical Library

SparseCholesky.NumericFactorizationMethod Property

The method used in the numerical factorization of the permuted input matrix.

public SparseCholesky.NumericFactorization NumericFactorizationMethod {get; set;}

Property Value

A NumericFactorization value equal to StandardMethod or MultiFrontalMethod representing the method used in the numeric factorization of the permuted input matrix.

Remarks

Method Name Description
StandardMethod standard method as described by George/Liu (1981). This is the default.
MultiFrontalMethod multifrontal method

See Also

SparseCholesky Class | Imsl.Math Namespace