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
文件下载
文件名 操作
jama-1.0.3.jar 下载
jama-1.0.3.pom 下载
jama-1.0.3-sources.jar 下载
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'
本项目依赖
该项目无第三方依赖