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
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 --
>