Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Count the number of vars in x (an eigen container), add it to the running total, count the number of vars in the remaining arguments and return the result.
EigT | A type derived from EigenBase |
Pargs | Types of remaining arguments |
[in] | count | The current count of the number of vars |
[in] | x | An Eigen container holding vars |
[in] | args | objects to be forwarded to recursive call of count_vars_impl |
Definition at line 93 of file count_vars.hpp.