Skip to content

Commit 5add961

Browse files
loiseaujcCopilot
andauthored
Update src/stdlib_linalg.fypp
Co-authored-by: Copilot <[email protected]>
1 parent ef6dee6 commit 5add961

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
@@ -598,7 +598,7 @@ module stdlib_linalg
598598
!! least-squares problem using a function. Supported data types include `real` and
599599
!! `complex`.
600600
!!
601-
!! @note The solution is based on LAPACK's `*GLLSE` methods.
601+
!! @note The solution is based on LAPACK's `*GGLSE` methods.
602602
#:for rk, rt, ri in RC_KINDS_TYPES
603603
module function stdlib_linalg_${ri}$_constrained_lstsq(A, b, C, d, overwrite_matrices, err) result(x)
604604
!> Least-squares cost

0 commit comments

Comments
 (0)