python-symeig-dbg

Symmetrical eigenvalue routines for numpy (debug symbols)
  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