./wip/gmm, Gmm++ is a generic C++ template library for sparse

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.0.0, Package name: gmm-4.0.0, Maintainer: jihbed.research

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.


Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 1a44c6df39662352c6b11874b00481a1c2d0e85d
Filesize: 459.653 KB

Version history: (Expand)


CVS history: (Expand)


   2012-09-29 02:50:33 by Aleksej Saushev | Files touched by this commit (158)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2010-03-19 22:06:22 by Kamel Derouiche | Files touched by this commit (5) | Imported package
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.