[Numpy-discussion] numpy.linalg.pinv has no docstring (original) (raw)
Nils Wagner nwagner at iam.uni-stuttgart.de
Tue Jun 27 03:37:29 EDT 2006
- Previous message (by thread): [Numpy-discussion] Record-arrays can now hold object's
- Next message (by thread): [Numpy-discussion] numpy.linalg.pinv has no docstring
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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:
- Previous message (by thread): [Numpy-discussion] Record-arrays can now hold object's
- Next message (by thread): [Numpy-discussion] numpy.linalg.pinv has no docstring
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]