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

◆ append_array() [1/3]

template<typename T_x , typename T_y , require_all_nonscalar_prim_or_rev_kernel_expression_t< T_x, T_y > * = nullptr>
auto stan::math::append_array ( T_x &&  x,
T_y &&  y 
)
inline

Return the concatenation of two specified vectors in the order of the arguments.

Template Parameters
T1type of elements in first vector
T2type of elements in second vector
Parameters
xFirst vector
ySecond vector
Returns
A vector of x and y concatenated together (in that order)

Definition at line 24 of file append_array.hpp.