diff options
author | bicatali <bicatali@32389bae-6d03-0410-99cf-db05cde120eb> | 2007-08-20 15:26:17 +0000 |
---|---|---|
committer | bicatali <bicatali@32389bae-6d03-0410-99cf-db05cde120eb> | 2007-08-20 15:26:17 +0000 |
commit | 939623febfeb2f5288cbe6a54d3f02995620cbda (patch) | |
tree | f28bbd6df8d6b9f0b1e067f7d02a803007f5dc59 /sci-libs/lapackpp/metadata.xml | |
parent | {blas,lapack}-atlas: updated patch (diff) | |
download | sci-939623febfeb2f5288cbe6a54d3f02995620cbda.tar.gz sci-939623febfeb2f5288cbe6a54d3f02995620cbda.tar.bz2 sci-939623febfeb2f5288cbe6a54d3f02995620cbda.zip |
lapackpp: initial import
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@701 32389bae-6d03-0410-99cf-db05cde120eb
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> |