Skip to content

Commit c43044a

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

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
@@ -635,7 +635,7 @@ module stdlib_linalg
635635
!! `complex`. If a pre-allocated workspace is provided, no internal memory allocation takes
636636
!! place.
637637
!!
638-
!! @note The solution is based on LAPACK's `*GLLSE` methods.
638+
!! @note The solution is based on LAPACK's `*GGLSE` methods.
639639
#:for rk, rt, ri in RC_KINDS_TYPES
640640
module subroutine stdlib_linalg_${ri}$_solve_constrained_lstsq(A, b, C, d, x, storage, overwrite_matrices, err)
641641
!> Least-squares cost.

0 commit comments

Comments
 (0)