[NumPy-Tickets] [NumPy] #990: SVD fails to converge
NumPy Trac
numpy-tickets@scipy....
Thu Nov 11 11:47:17 CST 2010
#990: SVD fails to converge
--------------------------+-------------------------------------------------
Reporter: MikeTrumpis | Owner: somebody
Type: defect | Status: needs_review
Priority: normal | Milestone:
Component: numpy.linalg | Version: devel
Keywords: |
--------------------------+-------------------------------------------------
Comment(by charris):
The fallback versions in numpy were produced by f2c, as is clapack. You
can find the scripts for that in numpy/linalg/lapack_lite/. Note that
lapack_lite only contains a small subset of the available lapack routines
and is intended to supply a minimal linear algebra capability, the full
(or at least fuller) interface to lapack is in scipy. That said, there are
some functions in the current lapack_lite that aren't made available to
numpy, LU decomposition for instance, and that could be fixed.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/990#comment:7>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list