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

Setting a variable so that it corresponds to current value of a VecAD element. 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_load_op (const local::player< Base > *play, OpCode op, size_t p, size_t q, size_t r, size_t cap_order, size_t i_z, const addr_t *arg, const addr_t *var_by_load_op, Base *taylor)
 Forward mode, except for zero order, for op = LdpOp or op = LdvOp. More...
 
template<class Base >
void CppAD::local::forward_load_op_0 (const local::player< Base > *play, size_t i_z, const addr_t *arg, const Base *parameter, size_t cap_order, Base *taylor, bool *isvar_by_ind, size_t *index_by_ind, addr_t *var_by_load_op)
 Shared documentation for zero order forward mode implementation of op = LdpOp or LdvOp (not called). More...
 
template<class Base >
void CppAD::local::forward_load_p_op_0 (const local::player< Base > *play, size_t i_z, const addr_t *arg, const Base *parameter, size_t cap_order, Base *taylor, bool *isvar_by_ind, size_t *index_by_ind, addr_t *var_by_load_op)
 Zero order forward mode implementation of op = LdpOp. More...
 
template<class Base >
void CppAD::local::forward_load_v_op_0 (const local::player< Base > *play, size_t i_z, const addr_t *arg, const Base *parameter, size_t cap_order, Base *taylor, bool *isvar_by_ind, size_t *index_by_ind, addr_t *var_by_load_op)
 Zero order forward mode implementation of op = LdvOp. More...
 
template<class Vector_set >
void CppAD::local::forward_sparse_load_op (bool dependency, OpCode op, size_t i_z, const addr_t *arg, size_t num_combined, const size_t *combined, Vector_set &var_sparsity, Vector_set &vecad_sparsity)
 Forward mode sparsity operations for LdpOp and LdvOp. More...
 
template<class Base >
void CppAD::local::reverse_load_op (OpCode op, size_t d, size_t i_z, const addr_t *arg, size_t cap_order, const Base *taylor, size_t nc_partial, Base *partial, const addr_t *var_by_load_op)
 Reverse mode for op = LdpOp or LdvOp. More...
 
template<class Vector_set >
void CppAD::local::reverse_sparse_hessian_load_op (OpCode op, size_t i_z, const addr_t *arg, size_t num_combined, const size_t *combined, Vector_set &var_sparsity, Vector_set &vecad_sparsity, bool *var_jacobian, bool *vecad_jacobian)
 Reverse mode Hessian sparsity operations for LdpOp and LdvOp. More...
 
template<class Vector_set >
void CppAD::local::reverse_sparse_jacobian_load_op (bool dependency, OpCode op, size_t i_z, const addr_t *arg, size_t num_combined, const size_t *combined, Vector_set &var_sparsity, Vector_set &vecad_sparsity)
 Reverse mode Jacobian sparsity operations for LdpOp and LdvOp. More...
 
template<class Vector_set >
void CppAD::local::sparse_load_op (OpCode op, size_t i_z, const addr_t *arg, size_t num_combined, const size_t *combined, Vector_set &var_sparsity, Vector_set &vecad_sparsity)
 Shared documentation for sparsity operations corresponding to op = LdpOp or LdvOp (not called). More...
 

Detailed Description

Setting a variable so that it corresponds to current value of a VecAD element.

Definition in file load_op.hpp.