forked from scipy/scipy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added wrappers for LAPACK least-squares solvers.
There are more efficient least-squares solvers available in LAPACK which are not used in Scipy. This commit includes only the wrappers for LAPACK functions. In the next commit the modification of the existing LAPACK least-squares solvers is done. modified: scipy/linalg/flapack.pyf.src modified: scipy/linalg/tests/test_lapack.py
- Loading branch information
Showing
2 changed files
with
227 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters