Skip to content

Commit c587e11

Browse files
committed
doc typo
1 parent 56bf7f7 commit c587e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_linalg.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ module stdlib_linalg
226226
!! version: experimental
227227
!!
228228
!! 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))
229+
!! ([Specification](../page/specs/stdlib_linalg.html#lstsq-computes-the-least-squares-solution-to-a-linear-matrix-equation))
230230
!!
231231
!!### Summary
232232
!! Interface for computing least squares, i.e. the 2-norm \( || (b-A \cdot x ||_2 \) minimizing solution.

0 commit comments

Comments
 (0)