aboutsummaryrefslogtreecommitdiff
blob: 762285c1d650cd42bb59d457d60d1153312bc281 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>sci@gentoo.org</email>
		<name>Gentoo Science Project</name>
	</maintainer>
	<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>
	<upstream>
		<remote-id type="sourceforge">lapackpp</remote-id>
	</upstream>
</pkgmetadata>