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 47d4793 commit 6d6f49aCopy full SHA for 6d6f49a
doc/specs/stdlib_linalg.md
@@ -634,7 +634,7 @@ Result vector `x` returns the approximate solution that minimizes the 2-norm \(
634
635
Returns an array value that represents the solution to the least squares system.
636
637
-Raises `LINALG_ERROR` if the underlying SVD process did not converge.
+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.
639
Exceptions trigger an `error stop`.
640
0 commit comments