CppAD: A C++ Algorithmic Differentiation Package
20130102
|
Forward and reverse mode calculations for z = x / y. More...
Go to the source code of this file.
Functions | |
template<class Base > | |
void | forward_divvv_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 = DivvvOp. | |
template<class Base > | |
void | forward_divvv_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 = DivvvOp. | |
template<class Base > | |
void | reverse_divvv_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 = DivvvOp. | |
template<class Base > | |
void | forward_divpv_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 = DivpvOp. | |
template<class Base > | |
void | forward_divpv_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 = DivpvOp. | |
template<class Base > | |
void | reverse_divpv_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 = DivpvOp. | |
template<class Base > | |
void | forward_divvp_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 = DivvvOp. | |
template<class Base > | |
void | forward_divvp_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 = DivvvOp. | |
template<class Base > | |
void | reverse_divvp_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 = DivvpOp. |
Forward and reverse mode calculations for z = x / y.
Definition in file div_op.hpp.