1 #ifndef STAN_LANG_AST_FUN_TOTAL_DIMS_HPP 2 #define STAN_LANG_AST_FUN_TOTAL_DIMS_HPP 18 std::size_t
total_dims(
const std::vector<std::vector<expression> >& dimss);
Probability, optimization and sampling library.
std::size_t total_dims(const std::vector< std::vector< expression > > &dimss)
Return the total number of dimensions when the specified vectors of expressions are concatenated...