fortran-lang / stdlib

Fortran Standard Library
https://stdlib.fortran-lang.org
MIT License
1.02k stars 161 forks source link

`lstsq`: return correct array size #818

Closed perazz closed 1 month ago

perazz commented 1 month ago

Fix #817.

for Ax=b with shape(A) == [m, n]:

cc: @jvdp1 @jalvesz @loiseaujc

perazz commented 1 month ago

Thanks a lot @jvdp1. I will wait another couple of days and then merge, if there are no further comments.