kmath/kmath-ojalgo
..
2025-01-12 11:40:51 +03:00
2025-01-12 11:40:51 +03:00

Module kmath-ojalgo

Ojalgo bindings for kmath

Usage

Artifact:

The Maven coordinates of this project are space.kscience:kmath-ojalgo:0.4.1.

Gradle Kotlin DSL:

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

dependencies {
    implementation("space.kscience:kmath-ojalgo:0.4.1")
}