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

◆ append_array() [2/3]

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

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

The return type is computed with append_return_type

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 29 of file append_array.hpp.