AutomaticDifferentiation/AutomaticDifferentiation_dynamic.hpp

14 lines
322 B
C++
Raw Normal View History

#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