Re: mathematics on sequences
- Posted by Andy Serpa <ac at onehorseshy.com> Mar 07, 2005
- 549 views
Hayden McKay wrote: > row_1=repeat(matrix[1],10000)*coords > row_2=repeat(matrix[1],10000)*coords The sequence creation here is what is causing the slow-down in test_1()...