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 56bf7f7 commit c587e11Copy full SHA for c587e11
src/stdlib_linalg.fypp
@@ -226,7 +226,7 @@ module stdlib_linalg
226
!! version: experimental
227
!!
228
!! Computes the squares solution to system \( A \cdot x = b \).
229
- !! ([Specification](../page/specs/stdlib_linalg.html#det-computes-the-determinant-of-a-square-matrix))
+ !! ([Specification](../page/specs/stdlib_linalg.html#lstsq-computes-the-least-squares-solution-to-a-linear-matrix-equation))
230
231
!!### Summary
232
!! Interface for computing least squares, i.e. the 2-norm \( || (b-A \cdot x ||_2 \) minimizing solution.
0 commit comments