You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lapack has the xGELSxGELSYxGELSS and xGELSD methods for solving least squares problems (see here), by QR factorization or SVD. It would be nice to expose these to enable direct solving of least squares problems via ndarray-linalg. In fact, I wanted to do that in this PR but resolved to solving the linear equations since these methods were not available.