Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You probably will get x10 speedup by switching order of your for loops. First loop for rows, second (inner) for columns.

You probably will get x10 speedup by switching order of your for loops. First loop for rows, second than (inner) for loop columns.