Loading [MathJax]/extensions/TeX/AMSsymbols.js
Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

◆ tuple_concat() [3/6]

template<typename Tuple1 , typename Tuple2 >
auto stan::math::tuple_concat ( Tuple1 &&  x,
Tuple2 &&  y 
)
inline

Concatenates two tuples.

Template Parameters
Tuple1First tuple type
Tuple2Second tuple type
Parameters
xFirst tuple
ySecond tuple
Returns
A tuple containing the elements of x followed by the elements of y

Definition at line 67 of file tuple_concat.hpp.