We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 444a5e4 commit 2709bb1Copy full SHA for 2709bb1
vignettes/articles-online-only/opencl.Rmd
@@ -75,7 +75,7 @@ data {
75
int<lower=1> k;
76
int<lower=0> n;
77
matrix[n, k] X;
78
- int y[n];
+ array[n] int y;
79
}
80
parameters {
81
vector[k] beta;
0 commit comments