blob: 1bffca704b4abcd973d7cb1d9a2c916f76886d2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>amynka@gentoo.org</email>
</maintainer>
<longdescription lang="en">
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.
</longdescription>
<upstream>
<doc>https://getfem.org/gmm/index.html</doc>
</upstream>
<origin>srcux</origin>
</pkgmetadata>
|