Kotlin / multik

Multidimensional array library for Kotlin
https://kotlin.github.io/multik/
Apache License 2.0
633 stars 38 forks source link

add complex number implementation in kotlin/native using Vector128 #170

Closed devcrocod closed 5 months ago

devcrocod commented 1 year ago

Vector128 provides an efficient way to work with SIMD instructions. The suggested implementation of complex numbers based on Vector128 will enable leveraging these advantages for performing complex number operations efficiently and in an optimized manner.