Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Aug 2008 10:48:23 +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/gmm++ Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200808061048.m76AmNjo012430@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808061048.m76AmNjo012430>