Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return the result of stacking a row vector on top of the an scalar, with the result being a row vector.
This function applies to (row vector, scalar) and returns a row vector.
RowVec | type of the row vector |
Scal | type of the scalar |
A | row vector. |
B | scalar. |
Definition at line 99 of file append_col.hpp.