Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return the concatenation of two specified vectors in the order of the arguments.
The return type is computed with append_return_type
T1 | type of elements in first vector |
T2 | type of elements in second vector |
x | First vector |
y | Second vector |
Definition at line 29 of file append_array.hpp.