1 #ifndef STAN_MATH_PRIM_SCAL_ERR_CHECK_POSITIVE_SIZE_HPP 2 #define STAN_MATH_PRIM_SCAL_ERR_CHECK_POSITIVE_SIZE_HPP 27 std::stringstream msg;
28 msg <<
"; dimension size expression = " << expr;
29 std::string msg_str(msg.str());
31 "must have a positive size, but is ",
void check_positive_size(const char *function, const char *name, const char *expr, int size)
Check if size is positive.
void invalid_argument(const char *function, const char *name, const T &y, const char *msg1, const char *msg2)
Throw an invalid_argument exception with a consistently formatted message.
int size(const std::vector< T > &x)
Return the size of the specified standard vector.