Skip to content

Commit

Permalink
Merge pull request #841 from stan-dev/opencl-article-array
Browse files Browse the repository at this point in the history
Update array syntax in website vignette
  • Loading branch information
jgabry authored Sep 3, 2023
2 parents 444a5e4 + 2709bb1 commit 57a5218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/articles-online-only/opencl.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ data {
int<lower=1> k;
int<lower=0> n;
matrix[n, k] X;
int y[n];
array[n] int y;
}
parameters {
vector[k] beta;
Expand Down

0 comments on commit 57a5218

Please sign in to comment.