diff options
author | Stefan van der Walt <stefan@sun.ac.za> | 2008-04-06 02:34:19 +0000 |
---|---|---|
committer | Stefan van der Walt <stefan@sun.ac.za> | 2008-04-06 02:34:19 +0000 |
commit | f339b6c31419e77f576e8b2364e186db546135e7 (patch) | |
tree | 896f3a44cf9253f4f105a151c8cba73599b80f16 /numpy/linalg/info.py | |
parent | c24510c81f54547dbc48f1c60b01d0109a967af1 (diff) | |
download | numpy-f339b6c31419e77f576e8b2364e186db546135e7.tar.gz |
Factor out matrix_multiply from defmatrix. Based on a patch by
Anne Archibald.
Diffstat (limited to 'numpy/linalg/info.py')
-rw-r--r-- | numpy/linalg/info.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/linalg/info.py b/numpy/linalg/info.py index 25afdec1b..235822dfa 100644 --- a/numpy/linalg/info.py +++ b/numpy/linalg/info.py @@ -10,6 +10,7 @@ Linear algebra basics: - lstsq Solve linear least-squares problem - pinv Pseudo-inverse (Moore-Penrose) calculated using a singular value decomposition +- matrix_power Integer power of a square matrix Eigenvalues and decompositions: |