Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 473e1ec

Browse files
perazzjvdp1
andauthored
Update doc/specs/stdlib_linalg_state_type.md
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 97a26d3 commit 473e1ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/specs/stdlib_linalg_state_type.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Experimental
4545
The module provides the following state flags, mapped to the general `state_type` error flags:
4646
- `LINALG_SUCCESS`: Successful execution (equivalent to `STDLIB_SUCCESS`)
4747
- `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`).
4949
- `LINALG_INTERNAL_ERROR`: Provided as a developer safeguard for internal errors that should never occur (equivalent to `STDLIB_INTERNAL_ERROR`).
5050

5151
## Comparison operators provided

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /