Pavel Gorgulov

Results 113 issues of Pavel Gorgulov

There is `ndarray` in python, which we received as a result of some manipulations. At the moment, in Java, we can get a simple `NDArray`, but in order not to...

I miss this function: ```kotlin df.convert("date_time").toLocalDateTime("yyyy-MM-dd'T'HH:mm:ss'Z'") ```

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

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

https://kotlinlang.org/docs/whatsnew-eap.html#preview-of-the-operator-for-creating-open-ended-ranges

api

get rid of copying in reshape, unsqueeze, expand_dims

perf

add calculate eigenvalues and vectors in multik-kotlin

enhancement
jvm
native

add norm: - [ ] Inf - [ ] 1 - [ ] Max

jvm