MVN

com.github.hullbend : mt-java

Maven & Gradle

Jan 02, 2019
1 usages
0 stars

Matrix Toolkits for Java · Matrix data structures, linear solvers, least squares methods, eigenvalue, and singular value decompositions. For larger random dense matrices (above ~ 350 x 350) matrix-matrix multiplication C = A.B is about 50% faster than MTJ.

<dependency>
    <groupId>com.github.hullbend</groupId>
    <artifactId>mt-java</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.hullbend : mt-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of com.github.hullbend : mt-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
mt-java-1.1.0
1.0.x
mt-java-1.0.8
mt-java-1.0.7
mt-java-1.0.6
mt-java-1.0.5
mt-java-1.0.4

How to add a dependency to Maven

Add the following com.github.hullbend : mt-java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.hullbend</groupId>
    <artifactId>mt-java</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.hullbend : mt-java gradle dependency to your build.gradle file:

implementation 'com.github.hullbend:mt-java:1.1.0'

Gradle Kotlin DSL: Add the following com.github.hullbend : mt-java gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.hullbend:mt-java:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.hullbend : mt-java sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.hullbend" % "mt-java" % "1.1.0"

Advertisement

Dependencies from Group

Jan 02, 2019
1 usages
0 stars
May 21, 2018
0 stars
Feb 08, 2021
0 stars
Sep 01, 2020
0 stars
Dec 05, 2021
0 stars

Discover Dependencies

Dec 03, 2018
1 usages
18 stars
Dec 07, 2018
1 usages
0 stars
Dec 05, 2018
2 usages
3 stars
Dec 04, 2018
1 usages
17 stars
Mar 02, 2019
1 usages
1.4k stars
Apr 23, 2020
1 usages
90 stars
Jun 29, 2020
1 usages
1 stars
Dec 19, 2018
2 usages
134 stars
Dec 23, 2018
1 usages
2 stars