Merge pull request #1787 from RobWalt/add-peroxide

add `Peroxide` numeric library
This commit is contained in:
Tom Parker-Shemilt 2024-08-19 08:01:01 +01:00 committed by GitHub
commit c9eec18b9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1094,8 +1094,8 @@ See also [About Rusts Machine Learning Community](https://medium.com/@autumn_
* [autumnai/collenchyma](https://github.com/autumnai/collenchyma) - An extensible, pluggable, backend-agnostic framework for parallel, high-performance computations on CUDA, OpenCL and common host CPU.
* [luqmana/rust-opencl](https://github.com/luqmana/rust-opencl) - [OpenCL](https://www.khronos.org/opencl/) bindings
* Science
* [Axect/Peroxide](https://github.com/Axect/Peroxide) - Rust numeric library containing linear algebra, numerical analysis, statistics and machine learning tools in pure rust
* [cpmech/russell](https://github.com/cpmech/russell) - Rust Scientific Library for numerical mathematics, ordinary differential equations, special math functions, high-performance (sparse) linear algebra
* [indigits/scirust](https://github.com/indigits/scirust) - Scientific computing library
* Statrs
* [statrs-dev/statrs](https://github.com/statrs-dev/statrs) - Robust statistical computation library