CppAD: A C++ Algorithmic Differentiation Package
20130918
|
#define CPPAD_STANDARD_MATH_UNARY | ( | Type, | |
Fun | |||
) |
inline Type Fun(const Type& x) \ { return std::Fun(x); }
This macro defines the function.
y = CppAD:Fun(x)
where the argument x
and return value y
have type Type
using the corresponding function std::Fun
.
Definition at line 199 of file base_std_math.hpp.