Drop koma module, implement kmath-ejml module copying it, but for EJML SimpleMatrix #136

Merged
CommanderTvis merged 24 commits from ejml into dev 2020-10-01 21:30:40 +03:00
Showing only changes of commit 1e67ffb5ef - Show all commits

View File

@ -1,4 +1,6 @@
plugins { id("scientifik.jvm") } plugins {
id("scientifik.jvm")
}
dependencies { dependencies {
implementation("org.ejml:ejml-simple:0.39") implementation("org.ejml:ejml-simple:0.39")