Download jama-1.0.3.jar file - Jar j

Jar examples for j:jama

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.

You can download jar file jama 1.0.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jama-1.0.3.jar to your project.

<dependency>
   <groupId>gov.nist.math</groupId>
   <artifactId>jama</artifactId>
   <version>1.0.3</version>
</dependency>
compile group: 'gov.nist.math', name: 'jama', version: '1.0.3'
libraryDependencies += "gov.nist.math" % "jama" % "1.0.3"
<dependency org="gov.nist.math" name="jama" rev="1.0.3"/>
@Grapes(@Grab(group='gov.nist.math', module='jama', version='1.0.3'))
'gov.nist.math:jama:jar:1.0.3'

Download

Click the following link to download the jar file.

jama-1.0.3-javadoc.jar
jama-1.0.3-sources.jar
jama-1.0.3.jar
jama-1.0.3.pom



Related Tutorials