Skip to content

Commit

Permalink
Merge pull request fffaraz#926 from allanleal/master
Browse files Browse the repository at this point in the history
Add autodiff and Reaktoro libraries
  • Loading branch information
myd7349 authored Dec 14, 2019
2 parents 030e3a4 + 8f6fea8 commit 3eba6bc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
- [Audio](#audio)
- [Biology](#biology)
- [BitTorrent](#bittorrent)
- [Chemistry](#chemistry)
- [CLI](#cli)
- [Compression](#compression)
- [Concurrency](#concurrency)
Expand Down Expand Up @@ -176,6 +177,11 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
* [LibTorrent](https://github.com/rakshasa/libtorrent) (a.k.a. libtorrent-rakshasa) - BitTorrent library. [GPL]
* [libutp](https://github.com/bittorrent/libutp) - uTorrent Transport Protocol library. [MIT]

## Chemistry
*Chemistry, Geochemistry, Biochemistry*

* [Reaktoro](https://github.com/reaktoro/reaktoro) - A computational framework in C++ and Python for modeling chemically reactive systems. [LGPL] [website](https://reaktoro.org)

## CLI
*Console/Terminal User Interface, Command Line Interface*

Expand Down Expand Up @@ -586,6 +592,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny

* [Apophenia](https://github.com/b-k/apophenia) - A C library for statistical and scientific computing [GPL2]
* [Armadillo](https://gitlab.com/conradsnicta/armadillo-code) - Fast C++ library for linear algebra & scientific computing. [Apache2] [website](http://arma.sourceforge.net/)
* [autodiff](https://github.com/autodiff/autodiff) - A modern, fast and expressive C++ library for automatic differentiation. [MIT] [website](https://autodiff.github.io)
* [blaze](https://bitbucket.org/blaze-lib/blaze) - high-performance C++ math library for dense and sparse arithmetic. [BSD]
* [Boost.Multiprecision](http://www.boost.org/doc/libs/master/libs/multiprecision/doc/html/index.html) - provides higher-range/precision integer, rational and floating-point types in C++, header-only or with GMP/MPFR/LibTomMath backends. [Boost]
* [ceres-solver](http://ceres-solver.org/) - C++ library for modeling and solving large complicated nonlinear least squares problems from google. [BSD]
Expand Down

0 comments on commit 3eba6bc

Please sign in to comment.