CppAD: A C++ Algorithmic Differentiation Package 20110419
print_op.hpp File Reference

Zero order forward mode print operation. More...

Go to the source code of this file.

Functions

template<class Base >
void forward_prip_0 (const size_t *arg, size_t num_text, const char *text, size_t num_par, const Base *parameter)
 Print operation for parameters; i.e., op = PripOp.
template<class Base >
void forward_priv_0 (size_t i_z, const size_t *arg, size_t num_text, const char *text, size_t nc_taylor, const Base *taylor)
 Print operation for variables; i.e., op = PrivOp.

Detailed Description

Zero order forward mode print operation.

Definition in file print_op.hpp.