Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return the result of stacking the rows of the first argument matrix on top of the second argument matrix.
Given input types result in following outputs: (matrix, matrix) -> matrix, (matrix, row_vector) -> matrix, (row_vector, matrix) -> matrix, (row_vector, row_vector) -> matrix, (vector, vector) -> vector.
T1 | type of the first matrix |
T2 | type of the second matrix |
A | First matrix. |
B | Second matrix. |
Given input types result in following outputs: (matrix, matrix) -> matrix, (matrix, row_vector) -> matrix, (row_vector, matrix) -> matrix, (row_vector, row_vector) -> matrix, (vector, vector) -> vector.
A | First matrix. |
B | Second matrix. |
Definition at line 31 of file append_row.hpp.