Stan Math Library
4.9.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 4 |
#define | STAN_MATH_MINOR 9 |
#define | STAN_MATH_PATCH 0 |
Variables | |
const std::string | stan::math::MAJOR_VERSION = "4" |
Major version number for Stan math library. | |
const std::string | stan::math::MINOR_VERSION = "9" |
Minor version number for Stan math library. | |
const std::string | stan::math::PATCH_VERSION = "0" |
Patch version for Stan math library. | |