TRIQS / nda

C++ library for multi-dimensional arrays
https://triqs.github.io/nda
Other
13 stars 11 forks source link

implemented vector rhs for gelss #56

Closed jasonkaye closed 7 months ago

jasonkaye commented 7 months ago

Previously, nda::lapack::gelss would not take a vector right hand side, which is inconvenient if you want to solve a least squares problem with a single right hand side. This PR should fix this.