explorations/testDist.R

p = 10
n1 = 1000
n2 = 999

A = matrix(rnorm(n1*p), n1, p)
B = matrix(rnorm(n2*p), n2, p)

system.time(Dist(A, B))
doktorschiwago/Rllvm2 documentation built on May 15, 2019, 9:42 a.m.