% -*- texinfo -*- % @deftypefn {Function File} {} gconv (@var{a}, @var{b}) % Convolve two Galois vectors. % % @code{y = gconv (a, b)} returns a vector of length equal to % @code{length (a) + length (b) - 1}. % If @var{a} and @var{b} are polynomial coefficient vectors, @code{gconv} % returns the coefficients of the product polynomial. % @end deftypefn % @seealso{gdeconv,conv,deconv}