License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdio.github.andreas-solti.matrix-toolkits-java |
ArtifactId | ArtifactIdmtj |
Version | Version1.0.8 |
Type | Typejar |
Description |
Descriptionmatrix-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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mtj-1.0.8.pom | |
mtj-1.0.8.jar | 286 KB |
mtj-1.0.8-sources.jar | 219 KB |
mtj-1.0.8-javadoc.jar | 758 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.github.fommil.netlib : all | pom | 1.1.2 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.22 |
com.github.fommil : java-logging | jar | 1.1 |
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 |