diff options
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 |