2025-01-27 09:28:57 +03:00
..
2025-01-26 22:17:36 +03:00
2025-01-26 22:17:36 +03:00
2025-01-27 09:28:57 +03:00

Module kmath-ojalgo

Ojalgo bindings for kmath

Usage

Artifact:

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

Gradle Kotlin DSL:

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

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