is not current version
Last Version 1.1.0

com.github.hullbend:mt-java 1.0.7

Matrix data structures, linear solvers, least squares methods, eigenvalue, and singular value decompositions.

Categories

Categories

Java Languages
GroupId

GroupId

com.github.hullbend
ArtifactId

ArtifactId

mt-java
Version

Version

1.0.7
Type

Type

jar

Download mt-java 1.0.7


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