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

◆ tuple_concat() [6/6]

template<typename Tuple1 , typename Tuple2 , typename Tuple3 , typename... OtherTuples>
auto stan::math::tuple_concat ( Tuple1 &&  x,
Tuple2 &&  y,
Tuple3 &&  z,
OtherTuples &&...  args 
)
inline

Concatenates multiple tuples.

Template Parameters
Tuple1First tuple type
Tuple2Second tuple type
Tuple3Third tuple type
OtherTuplesRemaining tuple types
Parameters
xFirst tuple
ySecond tuple
zThird tuple
argsRemaining tuples
Returns
A tuple containing the elements of x followed by the elements of y, z, and the remaining tuples

Definition at line 127 of file tuple_concat.hpp.