CppAD: A C++ Algorithmic Differentiation Package  20130102
atan_op.hpp File Reference

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

Go to the source code of this file.

Functions

template<class Base >
void forward_atan_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 = AtanOp.
template<class Base >
void forward_atan_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 = AtanOp.
template<class Base >
void reverse_atan_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 = AtanOp.

Detailed Description

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

Definition in file atan_op.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines