
Library enhances NDArray operations with SIMD support, optimizing performance for numerical computations. Inspired by Viktor, aims to fully leverage SIMD capabilities for efficient processing.
A Kotlin NDArray library with built-in SIMD support.
repositories {
mavenCentral()
// OR, more reliably (because mavenCentral likes to not validate files sometimes):
maven("https://maven.martmists.com/releases")
}
dependencies {
implementation("com.martmists.ndarray-simd:ndarray-simd:1.7.6")
}I basically made this because Viktor didn't really utilize their SIMD capabilities.
As such, most of the JVM code for NDArray is loosely based on Viktor.
As of 1.0.10, this project is licensed under the 3-Clause BSD NON-AI License.
A Kotlin NDArray library with built-in SIMD support.
repositories {
mavenCentral()
// OR, more reliably (because mavenCentral likes to not validate files sometimes):
maven("https://maven.martmists.com/releases")
}
dependencies {
implementation("com.martmists.ndarray-simd:ndarray-simd:1.7.6")
}I basically made this because Viktor didn't really utilize their SIMD capabilities.
As such, most of the JVM code for NDArray is loosely based on Viktor.
As of 1.0.10, this project is licensed under the 3-Clause BSD NON-AI License.