Stan Math Library
4.9.0
Automatic Differentiation
|
|
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.
ColVec | type of the vector |
Scal | type of the scalar |
A | vector. |
B | scalar. |
Definition at line 95 of file append_row.hpp.