Implement kmath-nd4j: module that implements NDStructure for INDArray of ND4J #116

Merged
CommanderTvis merged 50 commits from nd4j into dev 2020-10-29 19:58:53 +03:00
Showing only changes of commit 4e5c7ab366 - Show all commits

View File

@ -1,4 +1,6 @@
plugins { id("scientifik.jvm") } plugins {
id("scientifik.jvm")
}
dependencies { dependencies {
api(project(":kmath-core")) api(project(":kmath-core"))