From a1e9a90654afd97b7bf45d318019966684935c51 Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Wed, 2 Aug 2006 16:37:59 +0000 Subject: Add diagflat. Begin to add numarray compatibility --- numpy/matlib.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'numpy/matlib.py') diff --git a/numpy/matlib.py b/numpy/matlib.py index 3e1bf0493..43bed3eb5 100644 --- a/numpy/matlib.py +++ b/numpy/matlib.py @@ -47,3 +47,5 @@ def randn(*args): if isinstance(args[0], tuple): args = args[0] return asmatrix(N.random.rand(*args)) + + -- cgit v1.2.1