mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-22 20:03:07 +00:00
Link to the fork of rust-gmp where all development moved (#300)
This commit is contained in:
parent
d5250df480
commit
4f7e607c48
1 changed files with 1 additions and 1 deletions
|
@ -417,7 +417,7 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs](
|
|||
* [Conjugate Gradient](https://en.wikipedia.org/wiki/Limited-memory_BFGS) [[CG+](http://users.iems.northwestern.edu/~nocedal/CG+.html)]
|
||||
* [noshu/cg-sys](https://github.com/noshu/cg-sys) — Rust binding of fortran CG+ subroutine
|
||||
* [GMP](https://gmplib.org/)
|
||||
* [thestinger/rust-gmp](https://github.com/thestinger/rust-gmp) — libgmp bindings [<img src="https://travis-ci.org/thestinger/rust-gmp.svg?branch=master">](https://travis-ci.org/thestinger/rust-gmp)
|
||||
* [fizyk20/rust-gmp](https://github.com/fizyk20/rust-gmp) — libgmp bindings [<img src="https://travis-ci.org/fizyk20/rust-gmp.svg?branch=master">](https://travis-ci.org/fizyk20/rust-gmp)
|
||||
* [GSL](http://www.gnu.org/software/gsl/)
|
||||
* [GuillaumeGomez/rust-GSL](https://github.com/GuillaumeGomez) — GSL bindings [<img src="https://travis-ci.org/GuillaumeGomez/rust-GSL.svg?branch=master">](https://travis-ci.org/GuillaumeGomez/rust-GSL)
|
||||
* [LAPACK](https://en.wikipedia.org/wiki/LAPACK)
|
||||
|
|
Loading…
Reference in a new issue