pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/gmm



Module name:    wip
Committed by:   jihbed
Date:           Fri Mar 19 21:06:22 UTC 2010

Import into wip/gmm

Log Message:
Import gmm-4.0.0 as wip/gmm.

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.

Status:

Vendor Tag:     JIHBED
Release Tags:   JIHBED_20100319
                
N wip/gmm/distinfo
N wip/gmm/Makefile
N wip/gmm/buildlink3.mk
N wip/gmm/PLIST
N wip/gmm/DESCR

No conflicts created by this import


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index