Last Version

matrix-toolkits-java 1.0.8

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

License

License

Categories

Categories

Java Languages
GroupId

GroupId

io.github.andreas-solti.matrix-toolkits-java
ArtifactId

ArtifactId

mtj
Version

Version

1.0.8
Type

Type

jar
Description

Description

matrix-toolkits-java
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
Project URL

Project URL

https://github.com/andreas-solti/matrix-toolkits-java/
Source Code Management

Source Code Management

https://github.com/andreas-solti/matrix-toolkits-java

Download mtj 1.0.8


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

Dependencies

compile (1)

Group / Artifact Type Version
com.github.fommil.netlib : all pom 1.1.2

provided (2)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.22
com.github.fommil : java-logging jar 1.1

test (4)

Group / Artifact Type Version
junit : junit jar 4.12
com.google.guava : guava jar 18.0
net.sf.opencsv : opencsv jar 2.3
org.apache.commons : commons-math3 jar 3.6.1

Project Modules

There are no modules declared in this project.