This package is a list of numerical methods done in kotlin primarily for jvm with minimal dependencies with the goal of working with kotlin-native.
- Add documentation and tests.
- Add support for 2d surface operations and fitting.
- Create API with a easy to pass around object similar to the numpy object in scipy
- Add support for handling kmath objects https://github.com/mipt-npm/kmath
- Add support for jvm vector extensions in java 16 under JEP 338 https://openjdk.java.net/jeps/338
- Add support for native with handling vector extensions through compiled libraries such as RustFFT https://crates.io/crates/rustfft/5.0.0-experimental.1