gentoo-ebuilds/sci-mathematics/gmm/metadata.xml
Filip Kobierski afa6f211cc
sci-mathematics/gmm: indent metadata, add upstream tag
Signed-off-by: Filip Kobierski <fkobi@pm.me>
Signed-off-by: Amy Liffey <amynka@gentoo.org>
2025-09-24 20:35:48 +02:00

21 lines
879 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/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>
<remote-id type="savannah-nongnu">getfem</remote-id>
</upstream>
</pkgmetadata>