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

Documentation for generic cases (these generic cases are never used). 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_binary_op (size_t p, size_t q, size_t i_z, const addr_t *arg, const Base *parameter, size_t cap_order, Base *taylor)
 Prototype forward mode x op y (not used) More...
 
template<class Base >
void CppAD::local::forward_binary_op_0 (size_t i_z, const addr_t *arg, const Base *parameter, size_t cap_order, Base *taylor)
 Prototype zero order forward mode x op y (not used) More...
 
template<class Base >
void CppAD::local::forward_binary_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)
 Prototype multiple direction forward mode x op y (not used) More...
 
template<class Base >
void CppAD::local::forward_pow_op (size_t p, size_t q, size_t i_z, const addr_t *arg, const Base *parameter, size_t cap_order, Base *taylor)
 Prototype for forward mode z = pow(x, y) (not used). More...
 
template<class Base >
void CppAD::local::forward_pow_op_0 (size_t i_z, const addr_t *arg, const Base *parameter, size_t cap_order, Base *taylor)
 Prototype for zero order forward mode z = pow(x, y) (not used). More...
 
template<class Base >
void CppAD::local::forward_pow_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)
 Prototype for multiple direction forward mode z = pow(x, y) (not used). More...
 
template<class Base >
void CppAD::local::forward_unary1_op (size_t p, size_t q, size_t i_z, size_t i_x, size_t cap_order, Base *taylor)
 Prototype for forward mode unary operator with one result (not used). More...
 
template<class Base >
void CppAD::local::forward_unary1_op_0 (size_t i_z, size_t i_x, size_t cap_order, Base *taylor)
 Prototype for zero order forward mode unary operator with one result (not used). More...
 
template<class Base >
void CppAD::local::forward_unary1_op_dir (size_t q, size_t r, size_t i_z, size_t i_x, size_t cap_order, Base *taylor)
 Prototype for multiple direction forward mode unary operator with one result (not used). More...
 
template<class Base >
void CppAD::local::forward_unary2_op (size_t p, size_t q, size_t i_z, size_t i_x, size_t cap_order, Base *taylor)
 Prototype for forward mode unary operator with two results (not used). More...
 
template<class Base >
void CppAD::local::forward_unary2_op_0 (size_t i_z, size_t i_x, size_t cap_order, Base *taylor)
 Prototype for zero order forward mode unary operator with two results (not used). More...
 
template<class Base >
void CppAD::local::forward_unary2_op_dir (size_t q, size_t r, size_t i_z, size_t i_x, size_t cap_order, Base *taylor)
 Prototype for multiple direction forward mode unary operator with two results (not used). More...
 
template<class Base >
void CppAD::local::reverse_binary_op (size_t d, size_t i_z, addr_t *arg, const Base *parameter, size_t cap_order, const Base *taylor, size_t nc_partial, Base *partial)
 Prototype for reverse mode binary operator x op y (not used). More...
 
template<class Base >
void CppAD::local::reverse_pow_op (size_t d, size_t i_z, addr_t *arg, const Base *parameter, size_t cap_order, const Base *taylor, size_t nc_partial, Base *partial)
 Prototype for reverse mode z = pow(x, y) (not used). More...
 
template<class Vector_set >
void CppAD::local::reverse_sparse_hessian_binary_op (size_t i_z, const addr_t *arg, bool *jac_reverse, Vector_set &for_jac_sparsity, Vector_set &rev_hes_sparsity)
 Prototype for reverse mode Hessian sparsity binary operators. More...
 
template<class Vector_set >
void CppAD::local::reverse_sparse_hessian_unary_op (size_t i_z, size_t i_x, bool *rev_jacobian, Vector_set &for_jac_sparsity, Vector_set &rev_hes_sparsity)
 Prototype for reverse mode Hessian sparsity unary operators. More...
 
template<class Base >
void CppAD::local::reverse_unary1_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)
 Prototype for reverse mode unary operator with one result (not used). More...
 
template<class Base >
void CppAD::local::reverse_unary2_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)
 Prototype for reverse mode unary operator with two results (not used). More...
 

Detailed Description

Documentation for generic cases (these generic cases are never used).

Definition in file prototype_op.hpp.