Kotlin / multik

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

[kotlin/native] review math, linalg, and stat object #181

Open devcrocod opened 5 months ago

devcrocod commented 5 months ago

in these objects, functions for arrays are used toCValues. This method performs copying of arrays, exploring the possibility of using CValuesRef (pinned object) instead.