Date: Sat, 27 Sep 2008 18:50:12 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math Makefile ports/math/py-symeig Makefile distinfo pkg-descr pkg-plist Message-ID: <200809271850.m8RIoCJP031719@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2008-09-27 18:50:12 UTC
FreeBSD ports repository
Modified files:
math Makefile
Added files:
math/py-symeig Makefile distinfo pkg-descr pkg-plist
Log:
The symeig module contains 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).
WWW: http://mdp-toolkit.sourceforge.net/symeig.html
PR: ports/127336
Submitted by: Li-Lun Wang <llwang at infor.org>
Revision Changes Path
1.563 +1 -0 ports/math/Makefile
1.1 +40 -0 ports/math/py-symeig/Makefile (new)
1.1 +3 -0 ports/math/py-symeig/distinfo (new)
1.1 +7 -0 ports/math/py-symeig/pkg-descr (new)
1.1 +21 -0 ports/math/py-symeig/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809271850.m8RIoCJP031719>
