blob: 7f8a9eabb396bfd3a740878fa5cb16ed89041edc (
plain)
1
2
3
4
5
6
7
8
9
10
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
|