Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Count the number of vars in x (a std::vector of vars), add it to the running total, count the number of vars in the remaining arguments and return the result.
VecVar | type of standard container holding vars |
Pargs | Types of remaining arguments |
[in] | count | The current count of the number of vars |
[in] | x | A std::vector holding vars. |
[in] | args | objects to be forwarded to recursive call of count_vars_impl |
Definition at line 53 of file count_vars.hpp.