Pavel Gorgulov

Results 114 issues of Pavel Gorgulov

boxing/unboxing in `initMemoryView`

perf

deal with the dependence to calculate eigenvalues and vectors. get rid of `quadmath` dependency and build for all platforms.

build
native
android

move pow calculation in native code

perf
native

example for d2array: ```kotlin fun createLong2DArray(data: List, paddingIdx: Int = 0): MultiArray { require(data.isNotEmpty()) val paddingIdxLong = paddingIdx.toLong() val maxLength = data.maxOf { it.size } val paddedData = LongArray(data.size *...

feature
api

on platfroms that don't support `multik-openblas` use `multik-kotlin`

jvm

enhancement
api

related to #29

enhancement
api

multik-jvm tests take a very long time to run, especially for iosX64 and macosX64

perf
jvm