CppAD: A C++ Algorithmic Differentiation Package
20130918
|
#define CPPAD_USER_MACRO | ( | Fun | ) |
inline std::complex<double> Fun(const std::complex<double>& x) \ { CppAD::ErrorHandler::Call( \ true , __LINE__ , __FILE__ , \ #Fun"(x)", \ "Error: cannot use " #Fun " with x complex<double> " \ ); \ return std::complex<double>(0); \ }
Definition at line 224 of file base_complex.hpp.