kmath/kmath-symja
2024-03-27 09:51:23 +03:00
..
src/main/kotlin/space/kscience/kmath/symja Finishing fixes 2024-02-17 21:32:26 +03:00
build.gradle.kts Fix version of matheclipse-core. 2023-06-16 16:00:48 +03:00
README.md Dump API. Update readme 2024-03-27 09:51:23 +03:00

Module kmath-symja

Symja integration module

Usage

Artifact:

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

Gradle Kotlin DSL:

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

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