CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
#define CPPAD_BASE_ADOLC_NO_SUPPORT (   fun)
Value:
inline adouble fun(const adouble& x) \
false, \
#fun ": adolc does not support this function" \
); \
return 0.0; \
}
#define CPPAD_ASSERT_KNOWN(exp, msg)
Check that exp is true, if not print msg and terminate execution.

Definition at line 252 of file base_adolc.hpp.