diff options
Diffstat (limited to 'doc/source/reference/routines.matlib.rst')
-rw-r--r-- | doc/source/reference/routines.matlib.rst | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/doc/source/reference/routines.matlib.rst b/doc/source/reference/routines.matlib.rst index 7f8a9eabb..a35eaec78 100644 --- a/doc/source/reference/routines.matlib.rst +++ b/doc/source/reference/routines.matlib.rst @@ -7,5 +7,30 @@ This module contains all functions in the :mod:`numpy` namespace, with the following replacement functions that return :class:`matrices <matrix>` instead of :class:`ndarrays <ndarray>`. -.. automodule:: numpy.matlib +.. currentmodule:: numpy + +Functions that are also in the numpy namespace and return matrices + +.. autosummary:: + + mat + matrix + asmatrix + bmat + + +Replacement functions in `matlib` + +.. currentmodule:: numpy.matlib + +.. autosummary:: + :toctree: generated/ + empty + zeros + ones + eye + identity + repmat + rand + randn |