1 parent 3640093 commit 17920d4Copy full SHA for 17920d4
1 file changed
src/linalg/stdlib_linalg_least_squares.fypp
@@ -624,6 +624,7 @@ submodule (stdlib_linalg) stdlib_linalg_least_squares
624
${rt}$, pointer :: amat(:,:), lmat(:,:)
625
${rt}$, allocatable, target :: amat_alloc(:,:), lmat_alloc(:,:)
626
${rt}$, allocatable :: d(:), y(:), work(:)
627
+ ${rt}$ :: work_size(1)
628
character(*), parameter :: this = 'generalized_lstsq'
629
630
m = size(a, 1, kind=ilp)
0 commit comments