Download jama-1.0.2.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.2 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

Jama-1.0.2-javadoc.jar
Jama-1.0.2-sources.jar
Jama-1.0.2-tests.jar
Jama-1.0.2.jar
Jama-1.0.2.pom



Related Tutorials