2025-01-27 09:28:57 +03:00
..
2024-08-17 21:11:13 +03:00
2024-12-21 14:02:54 +03:00
2025-01-27 09:28:57 +03:00

Module kmath-tensors

Common linear algebra operations on tensors.

Artifact:

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

Gradle Kotlin DSL:

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

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