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

Forward and reverse mode calculations for z = atanh(x). 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_atanh_op (size_t p, size_t q, size_t i_z, size_t i_x, size_t cap_order, Base *taylor)
 Forward mode Taylor coefficient for result of op = AtanhOp. More...
 
template<class Base >
void CppAD::local::forward_atanh_op_0 (size_t i_z, size_t i_x, size_t cap_order, Base *taylor)
 Zero order forward mode Taylor coefficient for result of op = AtanhOp. More...
 
template<class Base >
void CppAD::local::forward_atanh_op_dir (size_t q, size_t r, size_t i_z, size_t i_x, size_t cap_order, Base *taylor)
 Multiple direction Taylor coefficient for op = AtanhOp. More...
 
template<class Base >
void CppAD::local::reverse_atanh_op (size_t d, size_t i_z, size_t i_x, size_t cap_order, const Base *taylor, size_t nc_partial, Base *partial)
 Reverse mode partial derivatives for result of op = AtanhOp. More...
 

Detailed Description

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

Definition in file atanh_op.hpp.