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