mathpack

Crates.iomathpack
lib.rsmathpack
version0.1.8
sourcesrc
created_at2019-06-18 15:04:55.588239
updated_at2019-06-23 19:02:10.858579
descriptionGeneral Mathematics Library for Rust
homepagehttps://github.com/jordanosborn/mathpack
repositoryhttps://github.com/jordanosborn/mathpack
max_upload_size
id141954
size20,589
Jordan Osborn (jordanosborn)

documentation

https://docs.rs/crate/mathpack

README

mathpack

MIT License - 2019 Jordan Osborn

Build Status

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:

  1. Fourier Transforms
  2. Linear Algebra
  3. Data Frames
  4. Tensors
  5. Optimisation
  6. Curve fitting
  7. Root finding
  8. Symbolic mathematics
  9. Big integers and floats
  10. Complex numbers
  11. Fixed Point mathematics
  12. Integration - Calculus
  13. ODE Solvers
  14. Graphing
  15. Statistical methods
  16. Machine learning, deep learning
  17. Geometry
  18. Data scraping
  19. GPU support
  20. Maths frontend
  21. etc.
Commit count: 0

cargo fmt