diff options
Diffstat (limited to 'doc/source/reference/routines.matlib.rst')
-rw-r--r-- | doc/source/reference/routines.matlib.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/source/reference/routines.matlib.rst b/doc/source/reference/routines.matlib.rst new file mode 100644 index 000000000..25e381f26 --- /dev/null +++ b/doc/source/reference/routines.matlib.rst @@ -0,0 +1,11 @@ +Matrix library (:mod:`numpy.matlib`) +************************************ + +.. currentmodule:: numpy + +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 + :members: |