Skip to content
Prev 170256 / 398503 Next

System.time

On Thu, Feb 12, 2009 at 8:42 AM, Stavros Macrakis <macrakis at alum.mit.edu> wrote:
You could also do

r_ply(1000, svd(Mean_svd_data))

which has the same effect - the results are discarded after each
evaluation (as opposed to raply, rlply and rdply where they are kept
and returned in various formats)

Hadley