1#ifndef STAN_MATH_PRIM_ERR_DOMAIN_ERROR_VEC_HPP
2#define STAN_MATH_PRIM_ERR_DOMAIN_ERROR_VEC_HPP
14 size_t i,
const char* msg1,
const char* msg2) {
23 size_t i,
const char* msg1) {
void domain_error_vec(const char *function, const char *name, const T &y, size_t i, const char *msg1, const char *msg2)
void throw_domain_error_vec(const char *function, const char *name, const T &y, size_t i, const char *msg1, const char *msg2)
Throw a domain error with a consistently formatted message.
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...