[NumPy-Tickets] [NumPy] #1655: Poor precision using linalg.solve for certain matrices
NumPy Trac
numpy-tickets@scipy....
Sun Oct 31 11:44:24 CDT 2010
#1655: Poor precision using linalg.solve for certain matrices
---------------------------+------------------------------------------------
Reporter: zoof | Owner: pv
Type: defect | Status: closed
Priority: normal | Milestone: 1.5.1
Component: numpy.linalg | Version: 1.5.0
Resolution: invalid | Keywords:
---------------------------+------------------------------------------------
Comment(by zoof):
The help file indicates that it solves systems of the form A x = b. From
what I understand is happening is that because my "b" is a row vector, it
is solving x A = b. Either linalg.solve should throw an error when it
gets a row vector or else the documentation should be amended.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1655#comment:3>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list