CppAD: A C++ Algorithmic Differentiation Package
20130102
|
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. |
Zero order forward mode for z = f(x) where f is piecewise constant.
Definition in file discrete_op.hpp.