ComplexSparseCholeskyNumericFactorizationMethod Property |
The method used in the numerical factorization of the permuted
input matrix.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public ComplexSparseCholeskyNumericFactorization NumericFactorizationMethod { get; set; }
Public Property NumericFactorizationMethod As ComplexSparseCholeskyNumericFactorization
Get
Set
public:
property ComplexSparseCholeskyNumericFactorization NumericFactorizationMethod {
ComplexSparseCholeskyNumericFactorization get ();
void set (ComplexSparseCholeskyNumericFactorization value);
}
member NumericFactorizationMethod : ComplexSparseCholeskyNumericFactorization with get, set
Property Value
Type:
ComplexSparseCholeskyNumericFactorization
An
int value equal to
StandardMethod or
MultiFrontalMethod representing the method used during
the numeric factorization phase:
Exceptions Exception | Condition |
---|
ArgumentException |
is thrown when the value for NumericFactorizationMethod is not
NumericFactorization.StandardMethod or
NumericFactorization.MultiFrontalMethod.
|
See Also