Click or drag to resize
ComplexSparseCholeskyNumericFactorizationMethod Property
The method used in the numerical factorization of the permuted input matrix.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public ComplexSparseCholeskyNumericFactorization NumericFactorizationMethod { get; set; }

Property Value

Type: ComplexSparseCholeskyNumericFactorization
An int value equal to StandardMethod or MultiFrontalMethod representing the method used during the numeric factorization phase:

Method NameDescription
StandardMethodstandard method as described by George/Liu (1981). This is the default.
MultiFrontalMethodmultifrontal method

Exceptions
ExceptionCondition
ArgumentException is thrown when the value for NumericFactorizationMethod is not NumericFactorization.StandardMethod or NumericFactorization.MultiFrontalMethod.
See Also