python-symeig

Symmetrical eigenvalue routines for NumPy
  http://mdp-toolkit.sourceforge.net/symeig.html
  1
  1 review



A Python wrapper for the LAPACK functions to solve the standard and generalized eigenvalue problems for symmetric (hermitian) positive definite matrices. Those specialized algorithms give an important speed-up with respect to the generic LAPACK eigenvalue problem solver used by NumPy (linalg.eig and linalg.eigh).

This is dummy transitional package -- please use scipy's scipy.linalg.eigh for symeig functionality.
Latest reviews
4
blueXrider 12 years ago

quite nice