Last Version

Matrix Toolkits for Java 1.0.4

A comprehensive collection of matrix data structures, linear solvers, least squares methods, eigenvalue, and singular value decompositions.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.googlecode.matrix-toolkits-java
ArtifactId

ArtifactId

mtj
Version

Version

1.0.4
Type

Type

jar
Description

Description

Matrix Toolkits for Java
A comprehensive collection of matrix data structures, linear solvers, least squares methods, eigenvalue, and singular value decompositions.
Project URL

Project URL

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

Source Code Management

https://github.com/fommil/matrix-toolkits-java

Download mtj 1.0.4


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

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.4
com.github.fommil : java-logging jar 1.1

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
com.google.guava : guava jar 18.0
net.sf.opencsv : opencsv jar 2.3

Project Modules

There are no modules declared in this project.