Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Recursively add each entry in the specified standard vector to the buffer.
This will allow vectors of primitives, autodiff variables to be added; if the vector entries are collections, their elements are recursively added.
S | Type of value to recursively add. |
xs | Vector of entries to add |
Definition at line 66 of file accumulator.hpp.