Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
perazz committed Dec 26, 2024
1 parent 8912cf9 commit 9dc5cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/specs/stdlib_linalg.md
Original file line number Diff line number Diff line change
Expand Up @@ -1498,7 +1498,7 @@ where \( \epsilon \) is the machine precision for the element type of `a`. It is
Returns an array value of the same type, kind, and rank as `a` with shape `[n, m]`, that contains the pseudo-inverse matrix \( A^{+} \).

Raises `LINALG_ERROR` if the underlying SVD did not converge.
Raises `LINALG_VALUE_ERROR` if `pinva` and `a` have degenerate or incompatible sizes.
Raises `LINALG_VALUE_ERROR` if `a` has invalid size.
If `err` is not present, exceptions trigger an `error stop`.

### Example
Expand Down

0 comments on commit 9dc5cc9

Please sign in to comment.