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.

Лицензия

Лицензия

Группа

Группа

gov.nist.math
Идентификатор

Идентификатор

jama
Последняя версия

Последняя версия

1.0.3
Дата

Дата

Тип

Тип

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.
Ссылка на сайт

Ссылка на сайт

http://math.nist.gov/javanumerics/jama/
Организация-разработчик

Организация-разработчик

Java Numerics Working Group, National Institute of Standards and Technology (NIST)
Система контроля версий

Система контроля версий

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

Скачать jama

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.0.3
1.0.2
1.0.1
1.0.0