Skip to content

Commit f8266c7

Browse files
authored
Merge pull request #868 from stan-dev/avehtari-patch-1
Make it easier to find vector concatenation
2 parents 8129eb9 + d7bd2cc commit f8266c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)