forked from kscience/kmath
684 B
684 B
Module kmath-kotlingrad
Kotlin∇ integration module.
- differentiable-mst-expression : MST based DifferentiableExpression.
- scalars-adapters : Conversions between Kotlin∇'s SFun and MST
Artifact:
The Maven coordinates of this project are space.kscience:kmath-kotlingrad:0.4.0-dev-3
.
Gradle Kotlin DSL:
repositories {
maven("https://repo.kotlin.link")
mavenCentral()
}
dependencies {
implementation("space.kscience:kmath-kotlingrad:0.4.0-dev-3")
}