Last Version

JAMA 1.0.3

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.

License

License

GroupId

GroupId

gov.nist.math
ArtifactId

ArtifactId

jama
Version

Version

1.0.3
Type

Type

jar
Description

Description

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.
Project URL

Project URL

http://math.nist.gov/javanumerics/jama/
Project Organization

Project Organization

Java Numerics Working Group, National Institute of Standards and Technology (NIST)
Source Code Management

Source Code Management

http://math.nist.gov/javanumerics/jama/Jama-1.0.3.tar.gz

Download jama 1.0.3


<!-- https://jarcasting.com/artifacts/gov.nist.math/jama/ -->
<dependency>
    <groupId>gov.nist.math</groupId>
    <artifactId>jama</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/gov.nist.math/jama/
implementation 'gov.nist.math:jama:1.0.3'
// https://jarcasting.com/artifacts/gov.nist.math/jama/
implementation ("gov.nist.math:jama:1.0.3")
'gov.nist.math:jama:jar:1.0.3'
<dependency org="gov.nist.math" name="jama" rev="1.0.3">
  <artifact name="jama" type="jar" />
</dependency>
@Grapes(
@Grab(group='gov.nist.math', module='jama', version='1.0.3')
)
libraryDependencies += "gov.nist.math" % "jama" % "1.0.3"
[gov.nist.math/jama "1.0.3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.