Returns aninverted copy of a square array.
0 | Successful completion. |
1 | A singular array, indicating that the inversion is invalid. |
2 | A warning that a small pivot element was used and it is likely that significant accuracy was lost. |
Errors are accumulated in the optional status parameter, or the math error status indicator. This latter status may be checked using the CHECK_MATH function.
CAUTION: Unless double-precision floating-point values are used for array, round off and truncation errors may occur, resulting in imprecise inversion.