3 #include <adolc/adolc.h>
11 int eval_2nd_order(
double * x);
12 int eval_3rd_order(
double * x,
double * direction);
13 void set(
const int tape_num_in,
int dimension_in){ tape_num = tape_num_in; dimension = dimension_in;}
16 Graph * TensorVectorGraph;
24 #endif // DERIVATIVES_H
Wraps all derivative information and communicates with ADOL-C.
Definition: Derivatives.h:6