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