kmath/kmath-memory
2024-03-27 09:51:23 +03:00
..
api Reverse types for buffers and typealiases for geometry. 2024-02-22 21:03:58 +03:00
src Reformat code 2024-03-27 09:11:12 +03:00
build.gradle.kts 0.4 WIP 2023-11-04 11:49:31 +03:00
README.md Dump API. Update readme 2024-03-27 09:51:23 +03:00

Module kmath-memory

Usage

Artifact:

The Maven coordinates of this project are space.kscience:kmath-memory:0.4.0.

Gradle Kotlin DSL:

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

dependencies {
    implementation("space.kscience:kmath-memory:0.4.0")
}