public enum TConditionNumber
Defines the norm, used in calculating the condition number parameter.
Defines the norm, used in calculating the Dew.Math.TMtx.ConditionNr.
Values
| Name | Description |
|---|---|
| cnNone | the condition number will not be calculated |
| cnNorm1 | the norm-1 will be used to calculate the condition number |
| cnNormInf | the infinite norm will be used to calculate the condition number |