kmath/kmath-ejml/README.md
Iaroslav Postovalov 7b736a7c81 Fix README.md again
2021-06-09 21:40:47 +07:00

854 B

Module kmath-ejml

EJML based linear algebra implementation.

Artifact:

The Maven coordinates of this project are space.kscience:kmath-ejml:0.3.0-dev-13.

Gradle:

repositories {
    maven { url 'https://repo.kotlin.link' }
    mavenCentral()
}

dependencies {
    implementation 'space.kscience:kmath-ejml:0.3.0-dev-13'
}

Gradle Kotlin DSL:

repositories {
    maven("https://repo.kotlin.link")
    mavenCentral()
}

dependencies {
    implementation("space.kscience:kmath-ejml:0.3.0-dev-13")
}