j

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.
http://math.nist.gov/javanumerics/jama/
Public Domain
Java Numerics Working Group, National Institute of Standards and Technology (NIST)
Joe Hicklin Cleve Moler Peter Webb Ronald F. Boisvert Bruce Miller Roldan Pozo Karin Remington
Files download
File Operation
jama-1.0.3.jar download
jama-1.0.3.pom download
jama-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>gov.nist.math</groupId>
  <artifactId>jama</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'gov.nist.math:jama:1.0.3'
Gradle Kotlin
implementation("gov.nist.math:jama:1.0.3")
Scala SBT
libraryDependencies += "gov.nist.math" % "jama" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='gov.nist.math', module='jama', version='1.0.3')
)
Apache Ivy
<dependency org="gov.nist.math" name="jama" rev="1.0.3" />
Leiningen
[gov.nist.math/jama "1.0.3"]
Apache Buildr
'gov.nist.math:jama:jar:1.0.3'
Dependencies
The project has no third-party dependencies