cvs commit: ports/math Makefile ports/math/py-symeig Makefile distinfo pkg-descr pkg-plist

Martin Wilke miwi at FreeBSD.org
Sat Sep 27 18:50:12 UTC 2008


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)


More information about the cvs-ports mailing list