We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d6f49a commit 37857f0Copy full SHA for 37857f0
doc/specs/stdlib_linalg.md
@@ -635,7 +635,7 @@ Result vector `x` returns the approximate solution that minimizes the 2-norm \(
635
Returns an array value that represents the solution to the least squares system.
636
637
Raises `LINALG_ERROR` if the underlying Singular Value Decomposition process did not converge.
638
-Raises `LINALG_VALUE_ERROR` if the matrix and rhs vectors have invalid/incompatible sizes.
+Raises `LINALG_VALUE_ERROR` if the matrix and right-hand-side vector have invalid/incompatible sizes.
639
Exceptions trigger an `error stop`.
640
641
### Example
0 commit comments