CppAD: A C++ Algorithmic Differentiation Package 20110419
|
Value:
inline CppAD::AD<Base> name (const CppAD::AD<Base>& ax) \ { \ static CppAD::discrete<Base> fun(#name, name); \ \ return fun.ad(ax); \ } Defines the function
Definition at line 170 of file discrete.hpp. |