CppAD: A C++ Algorithmic Differentiation Package  20130102
exp_op.hpp

Files

file  exp_op.hpp
 

Forward and reverse mode calculations for z = exp(x).


Functions

template<class Base >
void forward_exp_op (size_t j, size_t i_z, size_t i_x, size_t nc_taylor, Base *taylor)
 Forward mode Taylor coefficient for result of op = ExpOp.
template<class Base >
void forward_exp_op_0 (size_t i_z, size_t i_x, size_t nc_taylor, Base *taylor)
 Zero order forward mode Taylor coefficient for result of op = ExpOp.
template<class Base >
void reverse_exp_op (size_t d, size_t i_z, size_t i_x, size_t nc_taylor, const Base *taylor, size_t nc_partial, Base *partial)
 Reverse mode partial derivatives for result of op = ExpOp.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines