Pavel Gorgulov

Results 167 comments of Pavel Gorgulov

Need use `Pinned`, because CValues copy arrays. https://kotlinlang.org/api/latest/jvm/stdlib/kotlinx.cinterop/-pinned/ https://kotlinlang.org/docs/native-c-interop.html#object-pinning But frequent use `pin` can lead to a lot of problems with performance.

Requires clarification in the multidimensional case.

Yes, it will be added. I can't say yet if it will be in the next release, since we are first adding a multiplatform.

`_gesdd` requires `quadmath`, but so far I haven't built this library for Android (related to issue #127)

It is necessary to make the [library](https://github.com/JetBrains-Research/npy) multiplatform.

This function is quite extensive. In essence, this is broadcasting with the creation of an array. The difficulty is adding such a function to the api, can you give specific...

I am going to add this feature to Multik - https://github.com/Kotlin/multik/issues/55

Yes you are right. I already thought about it, with the division into different artifacts there is a certain difficulty, but this must be done.

Thank you for the feedback. We have a common API with two primary computational engines underneath: one based on Kotlin and the other on native lib. In Kotlin, we can...