multik icon indicating copy to clipboard operation
multik copied to clipboard

Multidimensional array library for Kotlin

Results 69 multik issues
Sort by recently updated
recently updated
newest added

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.

android

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,...

bug
native
android

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.

perf
complex

Native functions from math, linalg don't work in `multik-openblas` for native targets via cinterop wrapper

bug
native
multiplatform

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...

documentation

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

api

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....

get rid of copying in reshape, unsqueeze, expand_dims

perf