Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/functions-reference/matrix_operations.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -1430,9 +1430,9 @@ i.e., elements i through through i + n - 1. Applies to up to
three-dimensional arrays containing any type of elements `T`.
{{< since 2.0 >}}

## Matrix concatenation {#matrix-concatenation}
## Matrix and vector concatenation {#matrix-concatenation}

Stan's matrix concatenation operations `append_col` and `append_row`
Stan's matrix and vector concatenation operations `append_col` and `append_row`
are like the operations `cbind` and `rbind` in R.

#### Horizontal concatenation
Expand Down