[Scipy-svn] r5150 - trunk/doc/release

scipy-svn at scipy.org scipy-svn at scipy.org
Wed Nov 19 06:41:55 EST 2008


Author: tzito
Date: 2008-11-19 05:41:39 -0600 (Wed, 19 Nov 2008)
New Revision: 5150

Modified:
   trunk/doc/release/0.7.0-notes.rst
Log:
Added linalg.eigh to the release notes.


Modified: trunk/doc/release/0.7.0-notes.rst
===================================================================
--- trunk/doc/release/0.7.0-notes.rst	2008-11-19 11:28:49 UTC (rev 5149)
+++ trunk/doc/release/0.7.0-notes.rst	2008-11-19 11:41:39 UTC (rev 5150)
@@ -133,6 +133,16 @@
 complex-valued ordinary differential equation solver
 (by Peter N. Brown, Alan C. Hindmarsh, and George D. Byrne).
 
+New generalized symmetric and hermitian eigenvalue problem solver
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+``scipy.linalg.eigh`` now contains wrappers for more LAPACK 
+symmetric and hermitian eigenvalue problem solvers. Users
+can now solve generalized problems, select just a range of 
+eigenvalues, and choose to use a faster algorithm at the expense
+of increased memory usage. The signature of the ``scipy.linalg.eigh``
+changed accordingly. 
+
 Major documentation improvements
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 




More information about the Scipy-svn mailing list