kmath-for-real
Specialization of KMath APIs for Double numbers.
src/commonMain/kotlin/space/kscience/kmath/real/DoubleVector.kt : Numpy-like operations for Buffers/Points
src/commonMain/kotlin/space/kscience/kmath/real/DoubleMatrix.kt : Numpy-like operations for 2d real structures
src/commonMain/kotlin/space/kscience/kmath/structures/grids.kt : Uniform grid generators
Artifact:
The Maven coordinates of this project are space.kscience:kmath-for-real:0.3.1-dev-RC
.
Gradle Groovy:
repositories {
maven { url 'https://repo.kotlin.link' }
mavenCentral()
}
dependencies {
implementation 'space.kscience:kmath-for-real:0.3.1-dev-RC'
}
Content copied to clipboard
Gradle Kotlin DSL:
repositories {
maven("https://repo.kotlin.link")
mavenCentral()
}
dependencies {
implementation("space.kscience:kmath-for-real:0.3.1-dev-RC")
}
Content copied to clipboard