multik
multik copied to clipboard
Multidimensional array library for Kotlin
If use multik-default, will still get an `INSTALL_FAILED_NO_MATCHING_ABIS` error. Because, when building an apk, all dependencies and corresponding native libraries are bundled.
I am getting JNI excepions without much to go on when I use the general purpose dot method on Android. Interestingly even if I only depend on the kotlin Implementation,...
Many methods use the standard get for complex arrays, but each call creates an object, which is bad for perfomance. Critical for linear algebra functions.
Native functions from math, linalg don't work in `multik-openblas` for native targets via cinterop wrapper
First of all, it doesnt seem there is a purposebuilt matrix multiplication, youre supposed to use dot? I'm still investigating that, but as far as I can tell, your "matrix...
I read the closed issue on broadcasting support, but while that link linked to broadcasting, it seemed to me that the OP was asking for something different. But, more importantly,...
https://kotlinlang.org/docs/whatsnew-eap.html#preview-of-the-operator-for-creating-open-ended-ranges
I'm using mk.ndarray to represent a model's output, but the output is very large, about 25000. Based on this output, I first filter the elements that are useful for me....