Skip to content

Commit d7bd2cc

Browse files
authored
Make it easier to find vector concatenation
1 parent 8129eb9 commit d7bd2cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/functions-reference/matrix_operations.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1430,9 +1430,9 @@ i.e., elements i through through i + n - 1. Applies to up to
14301430
three-dimensional arrays containing any type of elements `T`.
14311431
{{< since 2.0 >}}
14321432

1433-
## Matrix concatenation {#matrix-concatenation}
1433+
## Matrix and vector concatenation {#matrix-concatenation}
14341434

1435-
Stan's matrix concatenation operations `append_col` and `append_row`
1435+
Stan's matrix and vector concatenation operations `append_col` and `append_row`
14361436
are like the operations `cbind` and `rbind` in R.
14371437

14381438
#### Horizontal concatenation

0 commit comments

Comments
 (0)