Skip to content

Commit 17920d4

Browse files
authored
Update src/linalg/stdlib_linalg_least_squares.fypp
1 parent 3640093 commit 17920d4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/linalg/stdlib_linalg_least_squares.fypp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,7 @@ submodule (stdlib_linalg) stdlib_linalg_least_squares
624624
${rt}$, pointer :: amat(:,:), lmat(:,:)
625625
${rt}$, allocatable, target :: amat_alloc(:,:), lmat_alloc(:,:)
626626
${rt}$, allocatable :: d(:), y(:), work(:)
627+
${rt}$ :: work_size(1)
627628
character(*), parameter :: this = 'generalized_lstsq'
628629

629630
m = size(a, 1, kind=ilp)

0 commit comments

Comments
 (0)