[BAEL-2996] Added ND4J dependency and matrices multiplication test

This commit is contained in:
dupirefr
2019-06-16 15:58:30 +02:00
parent 8a8f880d33
commit e885264b5f
2 changed files with 47 additions and 1 deletions
+7 -1
View File
@@ -55,6 +55,11 @@
<artifactId>ejml-all</artifactId>
<version>${ejml.version}</version>
</dependency>
<dependency>
<groupId>org.nd4j</groupId>
<artifactId>nd4j-native</artifactId>
<version>${nd4j.version}</version>
</dependency>
<dependency>
<groupId>colt</groupId>
<artifactId>colt</artifactId>
@@ -124,7 +129,8 @@
<chronicle.map.version>3.17.2</chronicle.map.version>
<crawler4j.version>4.4.0</crawler4j.version>
<spring-boot-starter.version>2.1.4.RELEASE</spring-boot-starter.version>
<ejml.version>0.37.1</ejml.version>
<ejml.version>0.38</ejml.version>
<nd4j.version>1.0.0-beta4</nd4j.version>
<colt.version>1.2.0</colt.version>
<la4j.version>0.6.0</la4j.version>
</properties>