![]() |
Stan Math Library
5.1.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 | A var_value with an inner type of row vector. |
| Scal | type of the scalar |
| A | row vector. |
| B | scalar. |
Definition at line 121 of file append_col.hpp.