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