CppAD: A C++ Algorithmic Differentiation Package
20130918
|
Setting a variable so that it corresponds to current value of a VecAD element. More...
Go to the source code of this file.
Namespaces | |
namespace | CppAD |
contains all the variables and functions defined by the CppAD package. | |
Functions | |
template<class Base > | |
void | CppAD::forward_load_op (OpCode op, size_t p, size_t q, size_t i_z, const addr_t *arg, size_t nc_taylor, Base *taylor, const addr_t *var_by_load_op) |
Forward mode, except for zero order, for op = LdpOp or op = LdvOp. | |
template<class Base > | |
void | CppAD::forward_load_op_0 (player< Base > *play, size_t i_z, const addr_t *arg, const Base *parameter, size_t nc_taylor, 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). | |
template<class Base > | |
void | CppAD::forward_load_p_op_0 (player< Base > *play, size_t i_z, const addr_t *arg, const Base *parameter, size_t nc_taylor, 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. | |
template<class Base > | |
void | CppAD::forward_load_v_op_0 (player< Base > *play, size_t i_z, const addr_t *arg, const Base *parameter, size_t nc_taylor, 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. | |
template<class Vector_set > | |
void | CppAD::forward_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) |
Forward mode sparsity operations for LdpOp and LdvOp. | |
template<class Base > | |
void | CppAD::reverse_load_op (OpCode op, size_t d, size_t i_z, const addr_t *arg, size_t nc_taylor, const Base *taylor, size_t nc_partial, Base *partial, const addr_t *var_by_load_op) |
Reverse mode for op = LdpOp or LdvOp. | |
template<class Vector_set > | |
void | CppAD::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. | |
template<class Vector_set > | |
void | CppAD::reverse_sparse_jacobian_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) |
Reverse mode Jacobian sparsity operations for LdpOp and LdvOp. | |
template<class Vector_set > | |
void | CppAD::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). |
Setting a variable so that it corresponds to current value of a VecAD element.
Definition in file load_op.hpp.