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

◆ append_col() [1/7]

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

Stack the cols of the arguments.

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

Definition at line 346 of file append.hpp.