Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Fill a vector with other vectors.
VecInOut | Type of vector to be filled. |
VecIn | Type of the first vector to insert into the in/out vector. |
VecArgs | Parameter pack of other vectors to fill in the in/out vector. |
x | Vector to be filled. |
y | First vector to insert into the in/out vector. |
args | Pack of other vectors to fill in the in/out vector. |
Definition at line 38 of file vec_concat.hpp.