def prepare_default(N=100, dtype=np.double): return ( np.asarray(np.random.rand(N, N), dtype=dtype), ) #return toc/trials, (4/3)*N*N*N*1e-9, times