License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.hullbend |
ArtifactId | ArtifactIdmt-java |
Version | Version1.1.0 |
Type | Typejar |
Description |
DescriptionMatrix 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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mt-java-1.1.0.pom | |
mt-java-1.1.0.jar | 666 KB |
mt-java-1.1.0-sources.jar | 210 KB |
mt-java-1.1.0-javadoc.jar | 736 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hullbend/mt-java/ -->
<dependency>
<groupId>com.github.hullbend</groupId>
<artifactId>mt-java</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hullbend/mt-java/
implementation 'com.github.hullbend:mt-java:1.1.0'
// https://jarcasting.com/artifacts/com.github.hullbend/mt-java/
implementation ("com.github.hullbend:mt-java:1.1.0")
'com.github.hullbend:mt-java:jar:1.1.0'
<dependency org="com.github.hullbend" name="mt-java" rev="1.1.0">
<artifact name="mt-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hullbend', module='mt-java', version='1.1.0')
)
libraryDependencies += "com.github.hullbend" % "mt-java" % "1.1.0"
[com.github.hullbend/mt-java "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
net.sf.opencsv : opencsv | jar | 2.3 |
com.google.guava : guava | jar | 18.0 |