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

Forward and reverse mode calculations for z = x - y. 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_subpv_op (size_t p, size_t q, size_t i_z, const addr_t *arg, const Base *parameter, size_t cap_order, Base *taylor)
 Compute forward mode Taylor coefficients for result of op = SubpvOp. More...
 
template<class Base >
void CppAD::local::forward_subpv_op_0 (size_t i_z, const addr_t *arg, const Base *parameter, size_t cap_order, Base *taylor)
 Compute zero order forward mode Taylor coefficient for result of op = SubpvOp. More...
 
template<class Base >
void CppAD::local::forward_subpv_op_dir (size_t q, size_t r, size_t i_z, const addr_t *arg, const Base *parameter, size_t cap_order, Base *taylor)
 Multiple directions forward mode Taylor coefficients for op = SubpvOp. More...
 
template<class Base >
void CppAD::local::forward_subvp_op (size_t p, size_t q, size_t i_z, const addr_t *arg, const Base *parameter, size_t cap_order, Base *taylor)
 Compute forward mode Taylor coefficients for result of op = SubvvOp. More...
 
template<class Base >
void CppAD::local::forward_subvp_op_0 (size_t i_z, const addr_t *arg, const Base *parameter, size_t cap_order, Base *taylor)
 Compute zero order forward mode Taylor coefficients for result of op = SubvvOp. More...
 
template<class Base >
void CppAD::local::forward_subvp_op_dir (size_t q, size_t r, size_t i_z, const addr_t *arg, const Base *parameter, size_t cap_order, Base *taylor)
 Multiple directions forward mode Taylor coefficients for op = SubvvOp. More...
 
template<class Base >
void CppAD::local::forward_subvv_op (size_t p, size_t q, size_t i_z, const addr_t *arg, const Base *parameter, size_t cap_order, Base *taylor)
 Compute forward mode Taylor coefficients for result of op = SubvvOp. More...
 
template<class Base >
void CppAD::local::forward_subvv_op_0 (size_t i_z, const addr_t *arg, const Base *parameter, size_t cap_order, Base *taylor)
 Compute zero order forward mode Taylor coefficients for result of op = SubvvOp. More...
 
template<class Base >
void CppAD::local::forward_subvv_op_dir (size_t q, size_t r, size_t i_z, const addr_t *arg, const Base *parameter, size_t cap_order, Base *taylor)
 Multiple directions forward mode Taylor coefficients for op = SubvvOp. More...
 
template<class Base >
void CppAD::local::reverse_subpv_op (size_t d, size_t i_z, const addr_t *arg, const Base *parameter, size_t cap_order, const Base *taylor, size_t nc_partial, Base *partial)
 Compute reverse mode partial derivative for result of op = SubpvOp. More...
 
template<class Base >
void CppAD::local::reverse_subvp_op (size_t d, size_t i_z, const addr_t *arg, const Base *parameter, size_t cap_order, const Base *taylor, size_t nc_partial, Base *partial)
 Compute reverse mode partial derivative for result of op = SubvpOp. More...
 
template<class Base >
void CppAD::local::reverse_subvv_op (size_t d, size_t i_z, const addr_t *arg, const Base *parameter, size_t cap_order, const Base *taylor, size_t nc_partial, Base *partial)
 Compute reverse mode partial derivatives for result of op = SubvvOp. More...
 

Detailed Description

Forward and reverse mode calculations for z = x - y.

Definition in file sub_op.hpp.