-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
Milestone
Description
dgels
doesn't seem to be exposed in sp.linalg.lapack
. Would it make sense to expose it? Also it could be added as a driver to lstsq
. All the current drivers are SVD based, so it would be nice to have a method based on the QR decomposition. It should be a bit faster too. I can work on a PR if this sounds reasonable.