Path to this page:
./
wip/gmm,
Gmm++ is a generic C++ template library for sparse
Branch: CURRENT,
Version: 4.0.0,
Package name: gmm-4.0.0,
Maintainer: jihbed.researchGmm++ 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)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
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) | |
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.
|