Macros | |
#define | MATH_ERROR_MSG(loc, str) |
#define | MATH_ERROR_MSGVAL(loc, txt, x) |
#define | MATH_ERROR_VAL(loc, x) |
#define | MATH_INFO_MSG(loc, str) |
Pre-processor macro to report messages which can be configured to use ROOT error or simply an std::iostream in case of stan-alone builds. More... | |
#define | MATH_INFO_MSGVAL(loc, txt, x) |
#define | MATH_INFO_VAL(loc, x) |
#define | MATH_WARN_MSG(loc, str) |
#define | MATH_WARN_MSGVAL(loc, txt, x) |
#define | MATH_WARN_VAL(loc, x) |
#define MATH_ERROR_MSG | ( | loc, | |
str | |||
) |
#define MATH_ERROR_MSGVAL | ( | loc, | |
txt, | |||
x | |||
) |
#define MATH_ERROR_VAL | ( | loc, | |
x | |||
) |
#define MATH_INFO_MSG | ( | loc, | |
str | |||
) |
#define MATH_INFO_MSGVAL | ( | loc, | |
txt, | |||
x | |||
) |
#define MATH_INFO_VAL | ( | loc, | |
x | |||
) |
#define MATH_WARN_MSG | ( | loc, | |
str | |||
) |
#define MATH_WARN_MSGVAL | ( | loc, | |
txt, | |||
x | |||
) |