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

◆ append_vectors() [2/2]

template<typename VecInOut , typename VecIn , typename... VecArgs>
void stan::math::internal::append_vectors ( VecInOut &  x,
const VecIn &  y,
const VecArgs &...  args 
)
inline

Fill a vector with other vectors.

Template Parameters
VecInOutType of vector to be filled.
VecInType of the first vector to insert into the in/out vector.
VecArgsParameter pack of other vectors to fill in the in/out vector.
Parameters
xVector to be filled.
yFirst vector to insert into the in/out vector.
argsPack of other vectors to fill in the in/out vector.

Definition at line 38 of file vec_concat.hpp.