convolve v1 v2
vector
Vector<float>
Computes a complete non-circular convolution of x and y. This function does not usethe fast fourier transformation to calculate the convolution and can be slow if x and y are large.This function does not perform a padding of x and y.