https://kotlinlang.org logo
#mathematics
Title
# mathematics
a

Ahmed hamuda

04/12/2019, 10:33 AM
Hi @altavir in this class you use a
apache-commons
as an external library for transforms: https://github.com/mipt-npm/kmath/blob/master/kmath-commons/src/main/kotlin/scientifik/kmath/transform/Transformations.kt but it can be compiled for other platforms (kolin/native, kotlin/js) ?
a

altavir

04/12/2019, 10:34 AM
Currently, no. We need to rewrite it in kotlin-multiplatform for it like I've done for LU-decomposition.
I am not sure we need MP-implementation for all algorithms. In the end, all heavy computing will be done on JVM. But it could be useful.
a

Ahmed hamuda

04/12/2019, 10:51 AM
Okey, i'll start trying to implement these function
4 Views