diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-02-23 04:29:03 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-02-23 04:29:03 +0000 |
commit | 5c566d6098fe1afd13290951fe60888317deb8b1 (patch) | |
tree | 8deabce568e1d2cc6e54d1cd4c45850b41e70551 /numpy/linalg/linalg.py | |
parent | 61553e3dc19e3fb680380aa70a62b3263a83ffee (diff) | |
download | numpy-5c566d6098fe1afd13290951fe60888317deb8b1.tar.gz |
Fix _AIX bug and add UserArray for container class backward compatibility.
Diffstat (limited to 'numpy/linalg/linalg.py')
-rw-r--r-- | numpy/linalg/linalg.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/linalg/linalg.py b/numpy/linalg/linalg.py index 252273d6f..6c440d25a 100644 --- a/numpy/linalg/linalg.py +++ b/numpy/linalg/linalg.py @@ -1,3 +1,4 @@ + """Lite version of numpy.linalg. """ # This module is a lite version of LinAlg.py module which contains |