CppAD: A C++ Algorithmic Differentiation Package
20130918
|
Zero order forward mode for ParOp. 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_par_op_0 (size_t i_z, const addr_t *arg, size_t num_par, const Base *parameter, size_t nc_taylor, Base *taylor) |
Compute zero order forward mode Taylor coefficient for result of op = ParOp. |
Zero order forward mode for ParOp.
Definition in file parameter_op.hpp.