| 组织ID: |
gov.nist.math |
| 项目ID: |
jama |
| 版本: |
1.0.1 |
| 最后修改时间: |
2019-04-07 16:28:08 |
| 包类型: |
jar |
| 标题: |
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. |
| 相关URL: |
http://math.nist.gov/javanumerics/jama/ |
| 大小: |
33.32KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>gov.nist.math</groupId>
<artifactId>jama</artifactId>
<version>1.0.1</version>
</dependency>
|
| Gradle引入代码: |
gov.nist.math:jama:1.0.1
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>gov.nist.math</groupId>
<artifactId>jama</artifactId>
<version>1.0.1</version>
<packaging>jar</packaging>
<name>JAMA</name>
<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.</description>
<url>http://math.nist.gov/javanumerics/jama/</url>
<organization>
<name>Java Numerics Working Group, National Institute of Standards and Technology (NIST)</name>
<url>http://math.nist.gov/javanumerics/</url>
</organization>
<licenses>
<license>
<name>Public Domain</name>
<url>http://creativecommons.org/licenses/publicdomain/</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>jhicklin</id>
<name>Joe Hicklin</name>
<organization>The MathWorks</organization>
<organizationUrl>http://www.mathworks.com/</organizationUrl>
</developer>
<developer>
<id>cmoler</id>
<name>Cleve Moler</name>
<url>http://www.mathworks.com/company/cleve_bio.shtml</url>
<organization>The MathWorks</organization>
<organizationUrl>http://www.mathworks.com/</organizationUrl>
</developer>
<developer>
<id>pwebb</id>
<name>Peter Webb</name>
<organization>The MathWorks</organization>
<organizationUrl>http://www.mathworks.com/</organizationUrl>
</developer>
<developer>
<id>rboisvert</id>
<name>Ronald F. Boisvert</name>
<url>http://math.nist.gov/~RBoisvert/</url>
<organization>National Institute of Standards and Technology (NIST)</organization>
<organizationUrl>http://www.nist.gov/</organizationUrl>
</developer>
<developer>
<id>bmiller</id>
<name>Bruce Miller</name>
<url>http://math.nist.gov/~BMiller/</url>
<organization>National Institute of Standards and Technology (NIST)</organization>
<organizationUrl>http://www.nist.gov/</organizationUrl>
</developer>
<developer>
<id>rpozo</id>
<name>Roldan Pozo</name>
<url>http://math.nist.gov/~RPozo/</url>
<organization>National Institute of Standards and Technology (NIST)</organization>
<organizationUrl>http://www.nist.gov/</organizationUrl>
</developer>
<developer>
<id>kremington</id>
<name>Karin Remington</name>
<url>http://math.nist.gov/~KRemington/</url>
<organization>National Institute of Standards and Technology (NIST)</organization>
<organizationUrl>http://www.nist.gov/</organizationUrl>
</developer>
</developers>
<mailingLists>
<mailingList>
<name>jama</name>
<subscribe>http://cio.nist.gov/esd/emaildir/lists/jama/maillist.html</subscribe>
<unsubscribe>http://cio.nist.gov/esd/emaildir/lists/jama/maillist.html</unsubscribe>
<archive>http://cio.nist.gov/esd/emaildir/lists/jama/maillist.html</archive>
</mailingList>
</mailingLists>
<scm>
<connection>not available</connection>
<url>http://math.nist.gov/javanumerics/jama/Jama-1.0.1.tar.gz</url>
</scm>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
Jama.SingularValueDecomposition.class
Jama.Matrix.class
Jama.CholeskyDecomposition.class
Jama.examples.MagicSquareExample.class
Jama.util.Maths.class
Jama.EigenvalueDecomposition.class
Jama.LUDecomposition.class
Jama.test.TestMatrix.class
Jama.QRDecomposition.class
Jama/ChangeLog
|
| 依赖Jar: |
无
|