kmath/kmath-ojalgo/README.md

22 lines
339 B
Markdown
Raw Normal View History

2025-01-12 13:40:41 +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:**
```kotlin
repositories {
maven("https://repo.kotlin.link")
mavenCentral()
}
dependencies {
implementation("space.kscience:kmath-ojalgo:0.4.1")
}
```