From 6e8c89b7f9c11366d54d3f0cae2c8bfcc12647bc Mon Sep 17 00:00:00 2001 From: aviac Date: Wed, 14 Aug 2024 23:38:36 +0200 Subject: [PATCH] add Peroxide numeric library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5d4435d..8edaa92 100644 --- a/README.md +++ b/README.md @@ -1096,6 +1096,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * Science * [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 + * [Axect/Peroxide](https://github.com/Axect/Peroxide) - Rust numeric library containing linear algebra, numerical analysis, statistics and machine learning tools in pure rust * Statrs * [statrs-dev/statrs](https://github.com/statrs-dev/statrs) - Robust statistical computation library