[Numpy-tickets] [NumPy] #937: co
NumPy
numpy-tickets@scipy....
Fri Oct 17 02:48:57 CDT 2008
#937: co
--------------------------+-------------------------------------------------
Reporter: nils | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: numpy.linalg | Version: none
Severity: major | Keywords:
--------------------------+-------------------------------------------------
I am confused by the output of lstsq in case of complex matrices.
residues (Euclidian norm) should be real.
{{{>>> numpy.__version__
'1.3.0.dev5945'
}}}
If I run the attached file I get
{{{
residues should be real but is complex [-0.04002398-0.01310083j]
residues is empty [] 0
}}}
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/937>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list