Loading [MathJax]/extensions/TeX/AMSsymbols.js
Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

◆ sum_vector_sizes() [2/2]

template<typename Vec , typename... VecArgs>
auto stan::math::internal::sum_vector_sizes ( const Vec &  x,
const VecArgs &...  args 
)
inline

Get the internal sizes of a pack of vectors.

Template Parameters
VecType of first vector to count.
VecArgsParameter pack of vector types to accumulate sizes of
Parameters
xvector to start accumulation of sizes with.
argspack of vectors to accumulate sizes for.

Definition at line 20 of file vec_concat.hpp.