Stan Math Library
4.9.0
Automatic Differentiation
|
#include <stan/math/prim/meta.hpp>
#include <typeinfo>
#include <sstream>
#include <stdexcept>
#include <system_error>
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. | |
Functions | |
void | stan::math::system_error (const char *function, const char *name, const int &y, const char *msg1, const char *msg2) |
Throw a system error with a consistently formatted message. | |
void | stan::math::system_error (const char *function, const char *name, const int &y, const char *msg1) |
Throw a system error with a consistently formatted message. | |