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

◆ append_row() [7/7]

template<typename ColVec , typename Scal , require_t< is_eigen_col_vector< ColVec > > * = nullptr, require_stan_scalar_t< Scal > * = nullptr>
auto stan::math::append_row ( const var_value< 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
ColVeca var_value with inner column vector type.
Scaltype of the scalar
Parameters
Avector.
Bscalar.
Returns
Result of stacking the vector on top of the scalar.

Definition at line 117 of file append_row.hpp.