CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
discrete_op.hpp File Reference

Forward mode for z = f(x) where f is piecewise constant. More...

Go to the source code of this file.

Namespaces

 CppAD
 contains all the variables and functions defined by the CppAD package.
 
 CppAD::local
 

Functions

template<class Base >
void CppAD::local::forward_dis_op (size_t p, size_t q, size_t r, size_t i_z, const addr_t *arg, size_t cap_order, Base *taylor)
 forward mode Taylor coefficient for result of op = DisOp. More...
 

Detailed Description

Forward mode for z = f(x) where f is piecewise constant.

Definition in file discrete_op.hpp.