Functions
Adolc forward module

Functions

adouble abs (const adouble &x)
 
adouble abs2 (const adouble &x)
 
const adouble & conj (const adouble &x)
 
adouble imag (const adouble &)
 
const adouble & real (const adouble &x)
 

Detailed Description

This module provides support for adolc's adouble type in forward mode. ADOL-C is a C++ automatic differentiation library, see https://projects.coin-or.org/ADOL-C for more information. It mainly consists in:

Note that the maximal number of directions is controlled by the preprocessor token NUMBER_DIRECTIONS. The default is 2.

#include <unsupported/Eigen/AdolcSupport>