[NumPy-Tickets] [NumPy] #990: SVD fails to converge
NumPy Trac
numpy-tickets@scipy....
Thu Nov 11 10:21:24 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):
Numpy needs translated c versions of lapack routines as a fallback for
lapack_lite, we can't count on lapack being available. Look at the source
code in numpy/linalg and numpy/linalg/lapack_lite/ to see how this is
done. There would probably be some resistance to including more lapack
routines in numpy as opposed to scipy but if you are interested in doing
that work you can raise the issue on the mailing list.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/990#comment:5>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list