From f339b6c31419e77f576e8b2364e186db546135e7 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Sun, 6 Apr 2008 02:34:19 +0000 Subject: Factor out matrix_multiply from defmatrix. Based on a patch by Anne Archibald. --- numpy/linalg/info.py | 1 + 1 file changed, 1 insertion(+) (limited to 'numpy/linalg/info.py') 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: -- cgit v1.2.1