blob: 25e381f262f20184def2396b950fb7d992470435 (
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
:members:
|