Join Slack
Communities
Powered by
Do we have a fast (using SSE and all if possible) ...
# science
b
bjonnh
04/30/2020, 3:32 PM
Do we have a fast (using SSE and all if possible) FFT available for kotlin (or java)?
a
altavir
04/30/2020, 3:58 PM
https://github.com/mipt-npm/kmath/blob/master/kmath-commons/src/main/kotlin/scientifik/kmath/commons/transform/Transformations.kt
altavir
04/30/2020, 3:59 PM
It uses commons-math algotithm, so is available only for JVM. You can also use commons-math algorithm directly
altavir
04/30/2020, 4:08 PM
Kmath API is made for streaming transformation. I can add examples if you want.
b
bjonnh
04/30/2020, 6:16 PM
I'm using commons math for now yeah
bjonnh
04/30/2020, 6:16 PM
I don't really need streaming and datasets fit in memory
bjonnh
04/30/2020, 6:16 PM
just that I have a lot of them
bjonnh
04/30/2020, 6:16 PM
thanks
a
altavir
04/30/2020, 6:17 PM
Then it is OK to use CM. I was thinking about adding some plain buffer-processing functionality, but I have my hands full right now.
18
Views
Open in Slack
Previous
Next