CppAD: A C++ Algorithmic Differentiation Package 20110419
|
template<class Base >
Compute zero order forward mode Taylor coefficients.
return The return value is equal to the number of ComOp operations that have a different result from when the information in Rec was recorded. (Note that if NDEBUG is true, there are no ComOp operations in Rec and hence this return value is always zero.) Definition at line 98 of file forward0sweep.hpp. Referenced by ADFun< Base >::ADFun(), and ADFun< Base >::Forward(). |