IMSL C# Numerical Library

ComplexSparseCholesky.NumericFactorizationMethod Property

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

public ComplexSparseCholesky.NumericFactorization NumericFactorizationMethod {get; set;}

Property Value

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

Exceptions

Exception Type Condition
ArgumentException is thrown when the value for NumericFactorizationMethod is not NumericFactorization.StandardMethod or NumericFactorization.MultiFrontalMethod.

See Also

ComplexSparseCholesky Class | Imsl.Math Namespace