CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
template<class Base >
static Base CppAD::discrete< Base >::eval ( size_t  index,
const Base &  x 
)
inlinestatic

Link from forward mode sweep to users routine.

Parameters
indexindex for this function in the list of all discrete object
xargument value at which to evaluate this function

Definition at line 297 of file discrete.hpp.

Referenced by CppAD::local::forward_dis_op().