diff options
author | Pauli Virtanen <pav@iki.fi> | 2008-10-27 23:40:52 +0000 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2008-10-27 23:40:52 +0000 |
commit | 7a70f54f515bb8c586c3967d62731a49217eef95 (patch) | |
tree | 1b3cf9f9a890f04a90e68f65bf85d2c75b309fbb /numpy/core/defmatrix.py | |
parent | 78733509e3a1f61c454fb23bae857e6a56a225de (diff) | |
download | numpy-7a70f54f515bb8c586c3967d62731a49217eef95.tar.gz |
Import documentation from doc wiki (part 1)
Diffstat (limited to 'numpy/core/defmatrix.py')
-rw-r--r-- | numpy/core/defmatrix.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/numpy/core/defmatrix.py b/numpy/core/defmatrix.py index 97602918d..a9f0615fc 100644 --- a/numpy/core/defmatrix.py +++ b/numpy/core/defmatrix.py @@ -590,6 +590,11 @@ def bmat(obj, ldict=None, gdict=None): Input data. Variables names in the current scope may be referenced, even if `obj` is a string. + Returns + ------- + out : matrix + Returns a matrix object, which is a specialized 2-D array. + See Also -------- matrix |