| License |
License |
|---|---|
| GroupId | GroupIdgov.nist.math |
| ArtifactId | ArtifactIdjama |
| Last Version | Last Version1.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJAMA
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 |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jama-1.0.3.pom | |
| jama-1.0.3.jar | 33 KB |
| jama-1.0.3-sources.jar | 30 KB |
| jama-1.0.3-javadoc.jar | 39 KB |
| Browse |
<!-- 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"]