cvs commit: ports/math Makefile ports/math/gmm++ Makefile distinfo pkg-descr pkg-plist

Martin Wilke miwi at FreeBSD.org
Wed Aug 6 10:48:24 UTC 2008


miwi        2008-08-06 10:48:23 UTC

  FreeBSD ports repository

  Modified files:
    math                 Makefile 
  Added files:
    math/gmm++           Makefile distinfo pkg-descr pkg-plist 
  Log:
  Gmm++ is a generic C++ template library for sparse, dense and skyline
  matrices. It is built as a set of generic algorithms (mult, add,
  copy, sub-matrices, dense and sparse solvers ...) for any interfaced
  vector type or matrix type. It can be view as a glue library allowing
  cooperation between several vector and matrix types. However, basic
  sparse, dense and skyline matrix/vector types are built in Gmm++,
  hence it can be used as a standalone linear algebra library.
  Interfacing a vector or matrix type means writing "traits" objects
  called "linalg_traits", which describe their properties. The library
  offers predefined dense, sparse and skyline matrix types.
  
  WWW:    http://home.gna.org/getfem/
  
  Revision  Changes    Path
  1.486     +1 -0      ports/math/Makefile
  1.1       +19 -0     ports/math/gmm++/Makefile (new)
  1.1       +3 -0      ports/math/gmm++/distinfo (new)
  1.1       +12 -0     ports/math/gmm++/pkg-descr (new)
  1.1       +55 -0     ports/math/gmm++/pkg-plist (new)


More information about the cvs-ports mailing list