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

◆ append_array() [3/3]

template<typename T1 >
std::vector< T1 > stan::math::append_array ( const std::vector< T1 > &  x,
const std::vector< T1 > &  y 
)
inline

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

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

Definition at line 59 of file append_array.hpp.