Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 643 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 643 Bytes

NDArray.SIMD

A Kotlin NDArray library with built-in SIMD support.

Installation

repositories {
    maven("https://maven.martmists.com/releases")
}

dependencies {
    implementation("com.martmists.ndarray-simd:ndarray-simd:1.3.1")
}

Motivation

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.

License

As of 1.0.10, this project is licensed under the 3-Clause BSD NON-AI License.