From 8b44a21c62a33337f611db411cfd912d1e8a2072 Mon Sep 17 00:00:00 2001 From: jaimefrio Date: Sat, 20 Sep 2014 18:02:36 -0700 Subject: DOC: document `ldict` and `gdict` in bmat, closes #5058 --- numpy/matrixlib/defmatrix.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'numpy/matrixlib/defmatrix.py') diff --git a/numpy/matrixlib/defmatrix.py b/numpy/matrixlib/defmatrix.py index 22ff4790b..d0b39ad9f 100644 --- a/numpy/matrixlib/defmatrix.py +++ b/numpy/matrixlib/defmatrix.py @@ -1161,6 +1161,12 @@ def bmat(obj, ldict=None, gdict=None): obj : str or array_like Input data. Names of variables in the current scope may be referenced, even if `obj` is a string. + ldict : dict, optional + A dictionary that replaces local operands in current frame. + Ignored if `obj` is not a string or `gdict` is `None`. + gdict : dict, optional + A dictionary that replaces global operands in current frame. + Ignored if `obj` is not a string. Returns ------- -- cgit v1.2.1