You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/specs/stdlib_linalg_state_type.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Experimental
45
45
The module provides the following state flags, mapped to the general `state_type` error flags:
46
46
-`LINALG_SUCCESS`: Successful execution (equivalent to `STDLIB_SUCCESS`)
47
47
-`LINALG_VALUE_ERROR`: Numerical errors (such as infinity, not-a-number, range bounds) are encountered (equivalent to `STDLIB_VALUE_ERROR`).
48
-
-`LINALG_ERROR`: Linear Algebra errors are encountered, such as non-converging iterations, impossible operations, etc. (equivalent to `STDLIB_LINALG_ERROR`).
48
+
-`LINALG_ERROR`: Linear Algebra errors are encountered, such as non-converging iterations, and impossible operations (equivalent to `STDLIB_LINALG_ERROR`).
49
49
-`LINALG_INTERNAL_ERROR`: Provided as a developer safeguard for internal errors that should never occur (equivalent to `STDLIB_INTERNAL_ERROR`).
0 commit comments