CppAD: A C++ Algorithmic Differentiation Package  20130102
discrete_op.hpp File Reference

Zero order forward mode for z = f(x) where f is piecewise constant. More...

Go to the source code of this file.

Functions

template<class Base >
void forward_dis_op_0 (size_t i_z, const addr_t *arg, size_t nc_taylor, Base *taylor)
 Compute zero order forward mode Taylor coefficient for result of op = DisOp.

Detailed Description

Zero order forward mode for z = f(x) where f is piecewise constant.

Definition in file discrete_op.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines