Faster clearing of numpy arrays in the lib.frame_order modules.
The x[:] = 0.0 notation is now used to set all elements to zero, rather than nested looping over all dimensions. This however has a negligible effect on the test suite timings.
Authored by: bugman 2014-05-23
Parent: [r23386]
Child: [r23388]