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_row() [5/7]

template<typename ColVec , typename Scal , require_t< is_eigen_col_vector< ColVec > > * = nullptr, require_stan_scalar_t< Scal > * = nullptr>
Eigen::Matrix< return_type_t< ColVec, Scal >, Eigen::Dynamic, 1 > stan::math::append_row ( const ColVec &  A,
const Scal &  B 
)
inline

Return the result of stacking a vector on top of the an scalar, with the result being a vector.

This function applies to (vector, scalar) and returns a vector.

Template Parameters
ColVectype of the vector
Scaltype of the scalar
Parameters
Avector.
Bscalar.
Returns
Result of stacking the vector on top of the scalar.

Definition at line 95 of file append_row.hpp.