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

io.github.andreas-solti.matrix-toolkits-java:mtj 1.0.7

A comprehensive collection of matrix data structures, linear solvers, least squares methods, eigenvalue, and singular value decompositions. Forked from: https://github.com/fommil/matrix-toolkits-java and added support for eigenvalue computation of general matrices

Категории

Категории

Java Языки программирования
Группа

Группа

io.github.andreas-solti.matrix-toolkits-java
Идентификатор

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

mtj
Версия

Версия

1.0.7
Тип

Тип

jar

Скачать mtj 1.0.7

Имя Файла Размер
mtj-1.0.7.pom
mtj-1.0.7.jar 286 KB
mtj-1.0.7-sources.jar 218 KB
mtj-1.0.7-javadoc.jar 781 KB
Обзор

<!-- https://jarcasting.com/artifacts/io.github.andreas-solti.matrix-toolkits-java/mtj/ -->
<dependency>
    <groupId>io.github.andreas-solti.matrix-toolkits-java</groupId>
    <artifactId>mtj</artifactId>
    <version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.andreas-solti.matrix-toolkits-java/mtj/
implementation 'io.github.andreas-solti.matrix-toolkits-java:mtj:1.0.7'
// https://jarcasting.com/artifacts/io.github.andreas-solti.matrix-toolkits-java/mtj/
implementation ("io.github.andreas-solti.matrix-toolkits-java:mtj:1.0.7")
'io.github.andreas-solti.matrix-toolkits-java:mtj:jar:1.0.7'
<dependency org="io.github.andreas-solti.matrix-toolkits-java" name="mtj" rev="1.0.7">
  <artifact name="mtj" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.andreas-solti.matrix-toolkits-java', module='mtj', version='1.0.7')
)
libraryDependencies += "io.github.andreas-solti.matrix-toolkits-java" % "mtj" % "1.0.7"
[io.github.andreas-solti.matrix-toolkits-java/mtj "1.0.7"]