Consider this simple example:
In[1]:= Get["tmp.mx"];
In[2]:= kernel
Out[2]= {{7.17255*10^-6, 7.30973*10^-6}, {6.10599*10^-6, 6.24766*10^-6}}
In[3]:= ls
Out[3]= {{6.54171*10^-6, 6.3699*10^-6, 6.18855*10^-6, 5.99765*10^-6},
{6.58821*10^-6, 6.44822*10^-6, 6.29974*10^-6, 6.14267*10^-6},
{6.07857*10^-6, 5.96735*10^-6, 5.84888*10^-6, 5.72304*10^-6},
{5.50983*10^-6, 5.42819*10^-6, 5.34059*10^-6, 5.2469*10^-6}}
Then this crashes the kernel on my computer
In[4]:= ListCorrelate[kernel, ls , {1, -1}, {}, (#1 - #2)^2 &, Plus]
Did I do something wrong?
I'm using 10.3.0 on OS X 10.11.2
Attachments: