Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ vec_concat()

template<typename Vec , typename... Args>
auto stan::math::vec_concat ( const Vec &  v1,
const Args &...  args 
)
inline

Get the event stack from a vector of events and other arguments.

Template Parameters
Vectype of elements in the array
Argstypes for variadic arguments
Parameters
v1event stack to roll up
argsvariadic arguments passed down to the next recursion
Returns
Vector of OpenCL events

Definition at line 57 of file vec_concat.hpp.