One of several possible equilibration option return values for property EquilibrationMethod
.
Member Name | Description |
---|---|
None | Indicates that input matrix A was not equilibrated before factorization. This is a return value for EquilibrationMethod . |
Row | Indicates that input matrix A was row scaled before factorization. This is a return value for EquilibrationMethod . |
Column | Indicates that input matrix A was column scaled before factorization. This is a return value for EquilibrationMethod . |
RowAndColumn | Indicates that input matrix A was row and column scaled before factorization. This is a return value for EquilibrationMethod . |
Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll)