summaryrefslogtreecommitdiff
blob: 26bc2a3920d23e3fb9ffb43e09cedfc5a3eff0e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
	<email>sci@gentoo.org</email>
	<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
  JAMA/C++: a translation of the Java Matrix Library,  developed by the 
  Mathworks and NIST, into C++ . It includes the following routines:
  * classical matrix linear algebra 
  * QR 
  * SVD 
  * Cholesky 
  * Eigenvalue solver
  It is based on NIST's Template Numerical Toolkit. 
</longdescription>
</pkgmetadata>