1 #ifndef STAN_MATH_PRIM_SCAL_META_LENGTH_MVT_HPP
2 #define STAN_MATH_PRIM_SCAL_META_LENGTH_MVT_HPP
16 template <
typename T,
int R,
int C>
20 template <
typename T,
int R,
int C>
21 size_t length_mvt(
const std::vector<Eigen::Matrix<T, R, C> >& x) {
size_t length_mvt(const T &)
void out_of_range(const char *function, const int max, const int index, const char *msg1="", const char *msg2="")
Throw an out_of_range exception with a consistently formatted message.