![]() |
Stan
2.10.0
probability, sampling & optimization
|
#include <string>
Go to the source code of this file.
Namespaces | |
stan | |
Probability, optimization and sampling library. | |
Macros | |
#define | STAN_STRING_EXPAND(s) #s |
#define | STAN_STRING(s) STAN_STRING_EXPAND(s) |
#define | STAN_MAJOR 2 |
#define | STAN_MINOR 10 |
#define | STAN_PATCH 0 |
Variables | |
const std::string | stan::MAJOR_VERSION = STAN_STRING(STAN_MAJOR) |
Major version number for Stan package. More... | |
const std::string | stan::MINOR_VERSION = STAN_STRING(STAN_MINOR) |
Minor version number for Stan package. More... | |
const std::string | stan::PATCH_VERSION = STAN_STRING(STAN_PATCH) |
Patch version for Stan package. More... | |
#define STAN_MAJOR 2 |
Definition at line 14 of file version.hpp.
#define STAN_MINOR 10 |
Definition at line 15 of file version.hpp.
#define STAN_PATCH 0 |
Definition at line 16 of file version.hpp.
#define STAN_STRING | ( | s | ) | STAN_STRING_EXPAND(s) |
Definition at line 11 of file version.hpp.
#define STAN_STRING_EXPAND | ( | s | ) | #s |
Definition at line 7 of file version.hpp.