![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
#include <string>Go to the source code of this file.
Namespaces | |
| namespace | stan |
| The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation. | |
| namespace | stan::math |
| Matrices and templated mathematical functions. | |
Macros | |
| #define | STAN_STRING_EXPAND(s) #s |
| #define | STAN_STRING(s) STAN_STRING_EXPAND(s) |
| #define | STAN_MATH_MAJOR 5 |
| #define | STAN_MATH_MINOR 1 |
| #define | STAN_MATH_PATCH 0 |
Variables | |
| const std::string | stan::math::MAJOR_VERSION = "5" |
| Major version number for Stan math library. | |
| const std::string | stan::math::MINOR_VERSION = "1" |
| Minor version number for Stan math library. | |
| const std::string | stan::math::PATCH_VERSION = "0" |
| Patch version for Stan math library. | |