[Scipy-svn] r2031 - trunk/Lib/linalg

scipy-svn at scipy.org scipy-svn at scipy.org
Fri Jun 30 09:05:22 EDT 2006


Author: abaecker
Date: 2006-06-30 08:05:19 -0500 (Fri, 30 Jun 2006)
New Revision: 2031

Modified:
   trunk/Lib/linalg/info.py
Log:
eig_banded/eigvals_banded added to docstring


Modified: trunk/Lib/linalg/info.py
===================================================================
--- trunk/Lib/linalg/info.py	2006-06-30 11:38:08 UTC (rev 2030)
+++ trunk/Lib/linalg/info.py	2006-06-30 13:05:19 UTC (rev 2031)
@@ -17,6 +17,8 @@
 
    eig        --- Find the eigenvalues and vectors of a square matrix
    eigvals    --- Find the eigenvalues of a square matrix
+   eig_banded --- Find the eigenvalues and vectors of a band matrix
+   eigvals_banded --- Find the eigenvalues of a band matrix
    lu         --- LU decomposition of a matrix
    lu_factor  --- LU decomposition returning unordered matrix and pivots
    lu_solve   --- solve Ax=b using back substitution with output of lu_factor




More information about the Scipy-svn mailing list