|
CppAD: A C++ Algorithmic Differentiation Package
20171217
|
|
inline |
Constructor called for each invocation of CPPAD_USER_ATOMIC.
Put this object in the list of all objects for this class and set the constant private data f_, r_, fjs_, rjs_, rhs_.
| afun | is the user's name for the AD version of this atomic operation. |
| f | user routine that does forward mode calculations for this operation. |
| r | user routine that does reverse mode calculations for this operation. |
| fjs | user routine that does forward Jacobian sparsity calculations. |
| rjs | user routine that does reverse Jacobian sparsity calculations. |
| rhs | user routine that does reverse Hessian sparsity calculations. |
Definition at line 930 of file old_atomic.hpp.