CppADCodeGen
HEAD
A C++ Algorithmic Differentiation Package with Source Code Generation
|
Public Attributes | |
void * | libModel |
int(* | forward )(void *libModel, int atomicIndex, int q, int p, const Array tx[], Array *ty) |
int(* | reverse )(void *libModel, int atomicIndex, int p, const Array tx[], Array *px, const Array py[]) |
Holds function pointers that the compiled code uses to call atomic functions.
Definition at line 52 of file lang_c_atomic_fun.hpp.
void* LangCAtomicFun::libModel |
A pointer to the compiled model object (e.g. LinuxDynamicLibModel)
Definition at line 56 of file lang_c_atomic_fun.hpp.
Referenced by CppAD::cg::FunctorGenericModel< Base >::loadFunctions().