aboutsummaryrefslogtreecommitdiff
path: root/math/py-symeig
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.Gerald Pfeifer2009-01-071-0/+1
| | | | Notes: svn path=/head/; revision=225403
* The symeig module contains a Python wrapper for the LAPACK functions toMartin Wilke2008-09-274-0/+71
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). WWW: http://mdp-toolkit.sourceforge.net/symeig.html PR: ports/127336 Submitted by: Li-Lun Wang <llwang at infor.org> Notes: svn path=/head/; revision=220906