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

add calculate eigenvalues and vectors in multik-kotlin

enhancement
jvm
native

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

jvm

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