If I ListCorrelate two list of real doubles
{{a,b,c},{d,e,f}}
{{g,h,i},{j,k,l},{m,n,o}}
in Mathematica I get
{{a*g + b*h + c*i + d*j + e*k + f*l},{a*j + b*k + c*l + d*m + e*n + f*o}}
Can anyone tell me the equivalent function in Apple's vDSP for c? Thanks