Hi Travis,
Just now I saw that you have fixed the failing test.
You have used pinv (pseudo inverse).
Please can you add a docstring to numpy.linalg.pinv.
Thanks in advance.
Nils
In [4]: numpy.linalg.pinv?
Type: function
Base Class: <type 'function'>
String Form: <function pinv at 0x2aaaaddfd1b8>
Namespace: Interactive
File: /usr/lib64/python2.4/site-packages/numpy/linalg/linalg.py
Definition: numpy.linalg.pinv(a, rcond=1e-10)
Docstring:
<no docstring>
|