Alexander Nozik
a526dcc16b
# Conflicts: # kmath-core/src/commonMain/kotlin/space/kscience/kmath/linear/MatrixFeatures.kt # kmath-core/src/commonMain/kotlin/space/kscience/kmath/misc/Featured.kt # kmath-ejml/src/main/kotlin/space/kscience/kmath/ejml/_generated.kt # kmath-memory/src/commonMain/kotlin/space/kscience/kmath/memory/MemoryBuffer.kt # kmath-optimization/src/commonMain/kotlin/space/kscience/kmath/optimization/OptimizationBuilder.kt |
||
---|---|---|
.. | ||
src | ||
build.gradle.kts | ||
README.md |
Module kmath-commons
Commons math binding for kmath
Usage
Artifact:
The Maven coordinates of this project are space.kscience:kmath-commons:0.4.0-dev-1
.
Gradle Groovy:
repositories {
maven { url 'https://repo.kotlin.link' }
mavenCentral()
}
dependencies {
implementation 'space.kscience:kmath-commons:0.4.0-dev-1'
}
Gradle Kotlin DSL:
repositories {
maven("https://repo.kotlin.link")
mavenCentral()
}
dependencies {
implementation("space.kscience:kmath-commons:0.4.0-dev-1")
}