What kotlin package gives numpy capabilities?

Viewed 675

I would like to convert python code that uses numpy to Kotlin. Which package is recommended to use that delivers most (or all) of numpy capabilities? Thanks

1 Answers
Related