CppAD: A C++ Algorithmic Differentiation Package
20171217
Main Page
Related Pages
Namespaces
Classes
Files
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
#define CPPAD_USER_MACRO_ONE
(
Fun
)
Value:
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
; \
}
CppAD::ErrorHandler::Call
static void Call(bool known, int line, const char *file, const char *exp, const char *msg)
Definition:
error_handler.hpp:171
Definition at line
286
of file
base_complex.hpp
.
cppad
core
base_complex.hpp
Generated by
1.8.5