Initial "release" of _openMTPK_
Open-source (intended) mathematics package written in C++ with a working Python API allowing for the use of algorithms and equations seen in many mathematical topics.
See the [README](https://github.com/akielaries/openMTPK/blob/main/README.md) for more details
Modules
Module | Features | Status |
------------|--------------|-----------|
Arithmetic | Operations, GCD, etc. | **Working** |
Calculus | Derivative at value |**Limited** |
Linear Algebra |Matrix Operations | **Limited** |
Machine/Deep Learning | Linear Regression | **Limited** |
Number Theory | Primes, Cryptography/Encryption | **Working** |
Issues:
* No formal installation method
* Test coverage
* OCaml & R bindings are unstable.
* C++->OCaml class translation