jkhoogland / Adept

Fast automatic differentiation library in C++

Home Page:http://www.met.reading.ac.uk/clouds/adept

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adept

Fast automatic differentiation library in C++

The Adept software library provides the capability to automatically differentiate an algorithm written in C++. It uses expression templates in a way that allows it to compute adjoints and Jacobian matrices significantly faster than the leading current tools that use the same approach of operator overloading, and often not much slower than hand-written adjoint code.

For further information see:

About

Fast automatic differentiation library in C++

http://www.met.reading.ac.uk/clouds/adept

License:Apache License 2.0


Languages

Language:C++ 95.8%Language:Makefile 1.8%Language:C 1.5%Language:Shell 0.9%