diff options
Diffstat (limited to 'sci-libs/lapackpp/metadata.xml')
-rw-r--r-- | sci-libs/lapackpp/metadata.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sci-libs/lapackpp/metadata.xml b/sci-libs/lapackpp/metadata.xml new file mode 100644 index 000000000..96625413a --- /dev/null +++ b/sci-libs/lapackpp/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sci</herd> +<longdescription lang="en"> +LAPACK++ (Linear Algebra PACKage in C++) is a software library for +numerical linear algebra that solves systems of linear equations and eigenvalue +problems on high performance computer architectures. + +Computational support is provided for supports various matrix classes +for vectors, non-symmetric matrices, SPD matrices, symmetric matrices, +banded, triangular, and tridiagonal matrices; however, it does not include all +of the capabilities of original f77 LAPACK. Emphasis is given to +routines for solving linear systems consisting of non-symmetric matrices, +symmetric positive definite systems, and solving linear least-square +systems. +</longdescription> +</pkgmetadata> |