/Adept

Fast automatic differentiation library in C++

Primary LanguageC++Apache License 2.0Apache-2.0

Adept 1.1

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.

Note that this is not the latest version of Adept: if you want a library that combines array features with automatic differentiation then consider using Adept 2.0.

For further information see:

To build Adept from a GitHub snapshot, do the following:

autoreconf -fi

Then the normal make sequence:

./configure
make
make install