9 releases
0.1.8 | Jun 23, 2019 |
---|---|
0.1.7 | Jun 22, 2019 |
#7 in #fitting
24 downloads per month
19KB
550 lines
mathpack
MIT License - 2019 Jordan Osborn
A general purpose mathematics library for Rust. This package is not focused on performance however performance will not be sacrificed if possible. It is designed to be a self contained package, with a consistent and easy to use API. It should mainly find use during stages of exploratory mathematics.
Very early stage of development
Will eventually contain most common mathematical utilities:
- Fourier Transforms
- Linear Algebra
- Data Frames
- Tensors
- Optimisation
- Curve fitting
- Root finding
- Symbolic mathematics
- Big integers and floats
- Complex numbers
- Fixed Point mathematics
- Integration - Calculus
- ODE Solvers
- Graphing
- Statistical methods
- Machine learning, deep learning
- Geometry
- Data scraping
- GPU support
- Maths frontend
- etc.
Dependencies
~6.5MB
~128K SLoC