JAMA.
JAMA is a basic linear algebra package for Java. It provides user-level classes for constructing and manipulating real, dense matrices. It is meant to provide sufficient functionality for routine problems, packaged in a way that is natural and understandable to non-experts..
Here is the list of declaration for jama. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>gov.nist.math</groupId> <artifactId>jama</artifactId> <version>1.0.3</version> </dependency>
If you think this Maven repository POM file listing for jama is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:Public Domain
URL: http://creativecommons.org/licenses/publicdomain/.
The following packages are defined in the jama-1.0.3.jar
Jama Jama.examples Jama.test Jama.util
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>gov.nist.math</groupId> <artifactId>jama</artifactId> <version>1.0.3</version> <packaging>jar</packaging> <name>JAMA</name> <description>JAMA is a basic linear algebra package for Java. It provides user-level classes for constructing and manipulating real, dense matrices. It is meant to provide sufficient functionality for routine problems, packaged in a way that is natural and understandable to non-experts.</description> <url>http://math.nist.gov/javanumerics/jama/</url> <organization> <name>Java Numerics Working Group, National Institute of Standards and Technology (NIST)</name> <url>http://math.nist.gov/javanumerics/</url> </organization> <licenses> <license> <name>Public Domain</name> <url>http://creativecommons.org/licenses/publicdomain/</url> <distribution>repo</distribution> </license> </licenses> <mailingLists> <mailingList> <name>jama</name> <subscribe>http://cio.nist.gov/esd/emaildir/lists/jama/maillist.html</subscribe> <unsubscribe>http://cio.nist.gov/esd/emaildir/lists/jama/maillist.html</unsubscribe> <archive>http://cio.nist.gov/esd/emaildir/lists/jama/maillist.html</archive> </mailingList> </mailingLists> <scm> <connection>not available</connection> <url>http://math.nist.gov/javanumerics/jama/Jama-1.0.3.tar.gz</url> </scm> </project>