CppAD: A C++ Algorithmic Differentiation Package 20110419
cond_op.hpp File Reference

Forward, reverse, and sparse operations for conditional expressions. More...

Go to the source code of this file.

Functions

template<class Base >
void forward_cond_op (size_t d, size_t i_z, const size_t *arg, size_t num_par, const Base *parameter, size_t nc_taylor, Base *taylor)
 Compute forward mode Taylor coefficients for op = CExpOp.
template<class Base >
void forward_cond_op_0 (size_t i_z, const size_t *arg, size_t num_par, const Base *parameter, size_t nc_taylor, Base *taylor)
 Compute zero order forward mode Taylor coefficients for op = CExpOp.
template<class Base >
void reverse_cond_op (size_t d, size_t i_z, const size_t *arg, size_t num_par, const Base *parameter, size_t nc_taylor, const Base *taylor, size_t nc_partial, Base *partial)
 Compute reverse mode Taylor coefficients for op = CExpOp.
template<class Vector_set >
void forward_sparse_jacobian_cond_op (size_t i_z, const size_t *arg, size_t num_par, Vector_set &sparsity)
 Compute forward Jacobian sparsity patterns for op = CExpOp.
template<class Vector_set >
void reverse_sparse_jacobian_cond_op (size_t i_z, const size_t *arg, size_t num_par, Vector_set &sparsity)
 Compute reverse Jacobian sparsity patterns for op = CExpOp.
template<class Vector_set >
void reverse_sparse_hessian_cond_op (size_t i_z, const size_t *arg, size_t num_par, bool *jac_reverse, Vector_set &hes_sparsity)
 Compute reverse Hessian sparsity patterns for op = CExpOp.

Detailed Description

Forward, reverse, and sparse operations for conditional expressions.

Definition in file cond_op.hpp.