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

◆ append_row() [1/7]

template<typename Ta , typename Tb , typename = require_all_kernel_expressions_and_none_scalar_t<Ta, Tb>>
auto stan::math::append_row ( Ta &&  a,
Tb &&  b 
)
inline

Stack the rows of the first argument on top of the second argument.

Template Parameters
Tatype of first argument
Tatype of second argument
Parameters
aFirst argument
bSecond argument
Returns
Stacked arguments

Definition at line 183 of file append.hpp.