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