Stan  2.14.0
probability, sampling & optimization
total_dims.hpp
Go to the documentation of this file.
1 #ifndef STAN_LANG_AST_FUN_TOTAL_DIMS_HPP
2 #define STAN_LANG_AST_FUN_TOTAL_DIMS_HPP
3 
4 #include <cstddef>
5 #include <vector>
6 
7 namespace stan {
8  namespace lang {
9 
10  struct expression;
11 
18  std::size_t total_dims(const std::vector<std::vector<expression> >& dimss);
19 
20  }
21 }
22 #endif
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...

     [ Stan Home Page ] © 2011–2016, Stan Development Team.