1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-02-09 14:15:02 +02:00

Merge pull request #679 from calebwin/patch-1

Adding Emu
This commit is contained in:
Lukáš Hozda [magnusi] 2019-06-02 10:47:41 +02:00 committed by GitHub
commit 7ceb7db697
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -754,6 +754,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_
* [boxtown/statrs](https://github.com/boxtown/statrs) — Robust statistical computation library in Rust [![Build Status](https://api.travis-ci.org/boxtown/statrs.svg?branch=master)](https://travis-ci.org/boxtown/statrs)
* Rustimization [[rustimization](https://crates.io/crates/rustimization)]
* [noshu/rustimization](https://github.com/noshu/rustimization) — A rust optimization library which includes L-BFGS-B and Conjugate Gradient algorithm
* [calebwin/emu](https://github.com/calebwin/emu) — A language for GPGPU numerical computing from a Rust macro
### Configuration