1 #ifndef STAN_MATH_PRIM_MAT_ERR_CHECK_MULTIPLICABLE_HPP 2 #define STAN_MATH_PRIM_MAT_ERR_CHECK_MULTIPLICABLE_HPP 30 template <
typename T1,
typename T2>
39 "Columns of ", name1, y1.cols(),
40 "Rows of ", name2, y2.rows());
void check_positive_size(const char *function, const char *name, const char *expr, int size)
Check if size is positive.
void check_size_match(const char *function, const char *name_i, T_size1 i, const char *name_j, T_size2 j)
Check if the provided sizes match.
void check_multiplicable(const char *function, const char *name1, const T1 &y1, const char *name2, const T2 &y2)
Check if the matrices can be multiplied.