13 lines
322 B
C++
Executable file
13 lines
322 B
C++
Executable file
#ifndef DEF_AUTOMATIC_DIFFERENTIATION_DYNAMIC
|
|
#define DEF_AUTOMATIC_DIFFERENTIATION_DYNAMIC
|
|
|
|
#undef __Dual_DualBase
|
|
#undef __Dual_VectorT
|
|
#undef __Dual_bdynamic
|
|
#define __Dual_DualBase DualD
|
|
#define __Dual_VectorT Eigen::Array<Scalar, -1, 1>
|
|
#define __Dual_bdynamic 1
|
|
|
|
#include "AutomaticDifferentiation_base.hpp"
|
|
|
|
#endif
|