[Numpy-discussion] documentation bug: Matrix library page not populated

josef.pktd at gmail.com josef.pktd at gmail.com
Wed Apr 18 21:12:39 EDT 2012


On Wed, Apr 18, 2012 at 4:14 PM, Pauli Virtanen <pav at iki.fi> wrote:
> Hi,
>
> 18.04.2012 19:57, Alan G Isaac kirjoitti:
>> http://docs.scipy.org/doc/numpy/reference/routines.matlib.html#module-numpy.matlib
>> promises a list of functions that does not appear (at the moment, anyway).
>
> This doesn't seem to be due to a technical reason, but rather than
> because nobody has written a list of the functions in the docstring of
> the module.

Is it a good idea to use this? Mixing namespaces would completely confuse me.

>>> for f in dir(numpy.matlib):
...     try:
...         if getattr(numpy.matlib, f).__module__ in ['numpy.matlib',
'numpy.matrixlib.defmatrix']: print f
...     except: pass
...
asmatrix
bmat
empty
eye
identity
mat
matrix
ones
rand
randn
repmat
zeros

Josef

>
>        Pauli
>
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion at scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion



More information about the NumPy-Discussion mailing list