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

Zero order forward mode for ParOp. 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_par_op_0 (size_t i_z, const addr_t *arg, size_t num_par, const Base *parameter, size_t cap_order, Base *taylor)
 Compute zero order forward mode Taylor coefficient for result of op = ParOp. More...
 

Detailed Description

Zero order forward mode for ParOp.

Definition in file parameter_op.hpp.