Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return the result of appending the second argument matrix after the first argument matrix, that is, putting them side by side, with the first matrix followed by the second matrix.
Given input types result in following outputs: (matrix, matrix) -> matrix, (matrix, vector) -> matrix, (vector, matrix) -> matrix, (vector, vector) -> matrix, (row vector, row vector) -> row_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, vector) -> matrix, (vector, matrix) -> matrix, (vector, vector) -> matrix, (row vector, row vector) -> row_vector.
A | First matrix. |
B | Second matrix. |
Definition at line 33 of file append_col.hpp.