CppAD: A C++ Algorithmic Differentiation Package 20110419
template<class Base >
static Base discrete< Base >::eval ( size_t  index,
const Base &  x 
) [inline, static]

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 271 of file discrete.hpp.

Referenced by forward_dis_op_0().