ecab9a458f
Add justCalculate benchmark to inspect overhead of Expression API, some minor refactorings |
||
---|---|---|
.. | ||
docs | ||
src | ||
build.gradle.kts | ||
README.md |
Module kmath-kotlingrad
Kotlin∇ integration module.
- differentiable-mst-expression : MST based DifferentiableExpression.
- differentiable-mst-expression : Conversions between Kotlin∇'s SFun and MST
Artifact:
The Maven coordinates of this project are space.kscience:kmath-kotlingrad:0.3.0-dev-13
.
Gradle:
repositories {
maven { url 'https://repo.kotlin.link' }
mavenCentral()
}
dependencies {
implementation 'space.kscience:kmath-kotlingrad:0.3.0-dev-13'
}
Gradle Kotlin DSL:
repositories {
maven("https://repo.kotlin.link")
mavenCentral()
}
dependencies {
implementation("space.kscience:kmath-kotlingrad:0.3.0-dev-13")
}