Re: [Rcpp-devel] Populate a Matrix in Parallel (Text Version)

2018-09-28 Thread Ralf Stubner
Hi Joseph, On 9/28/18 3:26 AM, Joseph Wood wrote: > I understand that parallelism is not a magic wand. Have you read my > original post? I have managed to parallelize generating permutations > by taking advantage of the fact that I can generate the ith > permutation via nthPerm. My question is abo

Re: [Rcpp-devel] Rcpp-devel Digest, Vol 107, Issue 17

2018-09-28 Thread Joseph Wood
ill); > return res; > } > > /*** R > set.seed(42) > res <- parallel_matrix(8, runif(1e7)) > head(res) > */ > > All this is done *by column*, since matrices in R are stored that way. > > cheerio > ralf > > > -- next part -- >