ListCorrelate
ListCorrelate(kernel-list, tensor-list)
create the correlation of the
kernel-list
withtensor-list
.
Examples
>> ListCorrelate({{u, v}, {w, x}}, {{a,b,c,p}, {d,e,f,q}, {g, h, i,r}}){{a*u+b*v+d*w+e*x,b*u+c*v+e*w+f*x,c*u+p*v+f*w+q*x},{d*u+e*v+g*w+h*x,e*u+f*v+h*w+i*x,f*u+q*v+i*w+r*x}}
Implementation status
- ☑ - partially implemented