CppAD: A C++ Algorithmic Differentiation Package 20110419
|
template<class Vector_set >
Forward mode Jacobian sparsity pattern for all unary operators. The C++ source code corresponding to a unary operation has the form z = fun(x) where fun is a C++ unary function, or it has the form z = x op p where op is a C++ binary unary operator and p is a parameter.
Definition at line 66 of file sparse_unary_op.hpp. Referenced by ForJacSweep(). |