Subject: CVS commit: wip/gmm
From: Kamel Derouiche
Date: 2010-03-19 22:06:22
Message id: E1NsjOv-0007hm-Ca@sfp-cvsdas-2.v30.ch3.sourceforge.com

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.


Files:
RevisionActionfile
1.1importwip/gmm/distinfo
1.1importwip/gmm/Makefile
1.1importwip/gmm/buildlink3.mk
1.1importwip/gmm/PLIST
1.1importwip/gmm/DESCR