CppAD: A C++ Algorithmic Differentiation Package
20130102
|
Files | |
file | sub_op.hpp |
Forward and reverse mode calculations for z = x - y. | |
Functions | |
template<class Base > | |
void | forward_subvv_op (size_t d, size_t i_z, const addr_t *arg, const Base *parameter, size_t nc_taylor, Base *taylor) |
Compute forward mode Taylor coefficients for result of op = SubvvOp. | |
template<class Base > | |
void | forward_subvv_op_0 (size_t i_z, const addr_t *arg, const Base *parameter, size_t nc_taylor, Base *taylor) |
Compute zero order forward mode Taylor coefficients for result of op = SubvvOp. | |
template<class Base > | |
void | reverse_subvv_op (size_t d, size_t i_z, const addr_t *arg, const Base *parameter, size_t nc_taylor, const Base *taylor, size_t nc_partial, Base *partial) |
Compute reverse mode partial derivatives for result of op = SubvvOp. | |
template<class Base > | |
void | forward_subpv_op (size_t d, size_t i_z, const addr_t *arg, const Base *parameter, size_t nc_taylor, Base *taylor) |
Compute forward mode Taylor coefficients for result of op = SubpvOp. | |
template<class Base > | |
void | forward_subpv_op_0 (size_t i_z, const addr_t *arg, const Base *parameter, size_t nc_taylor, Base *taylor) |
Compute zero order forward mode Taylor coefficient for result of op = SubpvOp. | |
template<class Base > | |
void | reverse_subpv_op (size_t d, size_t i_z, const addr_t *arg, const Base *parameter, size_t nc_taylor, const Base *taylor, size_t nc_partial, Base *partial) |
Compute reverse mode partial derivative for result of op = SubpvOp. | |
template<class Base > | |
void | forward_subvp_op (size_t d, size_t i_z, const addr_t *arg, const Base *parameter, size_t nc_taylor, Base *taylor) |
Compute forward mode Taylor coefficients for result of op = SubvvOp. | |
template<class Base > | |
void | forward_subvp_op_0 (size_t i_z, const addr_t *arg, const Base *parameter, size_t nc_taylor, Base *taylor) |
Compute zero order forward mode Taylor coefficients for result of op = SubvvOp. | |
template<class Base > | |
void | reverse_subvp_op (size_t d, size_t i_z, const addr_t *arg, const Base *parameter, size_t nc_taylor, const Base *taylor, size_t nc_partial, Base *partial) |
Compute reverse mode partial derivative for result of op = SubvpOp. |