Unit
MtxVec
TConditionNumber = (cnNone, cnNorm1, cnNormInf);
| Value | 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 |
| Copyright 2008 Dew Research |