On Fri, 10 Jan 2020, Allin Cottrell wrote:
[...]
Script:
<hansl>
set verbose off
set seed 8402212 # or whatever
tiny_mat = 0 # or 0 for bigger input!
Oops. As you might have guessed, that line should have read:
tiny_mat = 1 # or 0 for bigger input!
"tiny_mat" (4 x 4) was supposed to be the default, as in Ioannis's
original script. But the timings I posted were correct, for my
system.
Allin