MVN

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

Maven & Gradle

Sep 10, 2019
2 usages
3 stars

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

<dependency>
    <groupId>io.github.andreas-solti.matrix-toolkits-java</groupId>
    <artifactId>mtj</artifactId>
    <version>1.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.andreas-solti.matrix-toolkits-java : mtj to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.8

All Versions

Choose a version of io.github.andreas-solti.matrix-toolkits-java : mtj to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
mtj-1.0.8
mtj-1.0.7
mtj-1.0.6
mtj-1.0.5

How to add a dependency to Maven

Add the following io.github.andreas-solti.matrix-toolkits-java : mtj maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.andreas-solti.matrix-toolkits-java</groupId>
    <artifactId>mtj</artifactId>
    <version>1.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.andreas-solti.matrix-toolkits-java : mtj gradle dependency to your build.gradle file:

implementation 'io.github.andreas-solti.matrix-toolkits-java:mtj:1.0.8'

Gradle Kotlin DSL: Add the following io.github.andreas-solti.matrix-toolkits-java : mtj gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.andreas-solti.matrix-toolkits-java:mtj:1.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.andreas-solti.matrix-toolkits-java : mtj sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.andreas-solti.matrix-toolkits-java" % "mtj" % "1.0.8"

Advertisement