|
#define | MATH_ERROR_MSG(loc, str) |
|
#define | MATH_ERROR_MSGVAL(loc, str, x) ROOT_MATH_OS << "Error in ROOT::Math::" << loc << ">: " << str << "; " << #x << " = " << (x) << std::endl; |
|
#define | MATH_ERROR_VAL(loc, x) ROOT_MATH_OS << "Error in ROOT::Math::" << loc << ">: " << #x << " = " << (x) << std::endl; |
|
#define | MATH_INFO_MSG(loc, str) |
|
#define | MATH_INFO_MSGVAL(loc, str, x) ROOT_MATH_OS << "Info in <ROOT::Math::" << loc << ">: " << str << "; " << #x << " = " << (x) << std::endl; |
|
#define | MATH_INFO_VAL(loc, x) ROOT_MATH_OS << "Info in <ROOT::Math::" << loc << ">: " << #x << " = " << (x) << std::endl; |
|
#define | MATH_WARN_MSG(loc, str) |
|
#define | MATH_WARN_MSGVAL(loc, str, x) ROOT_MATH_OS << "Warning in ROOT::Math::" << loc << ">: " << str << "; " << #x << " = " << (x) << std::endl; |
|
#define | MATH_WARN_VAL(loc, x) ROOT_MATH_OS << "Warning in ROOT::Math::" << loc << ">: " << #x << " = " << (x) << std::endl; |
|
#define | ROOT_MATH_OS std::cerr |
| 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...
|
|