% -*- texinfo -*- % @deftypefn {Function File} {} gdeconv (@var{y}, @var{a}) % Deconvolve two Galois vectors. % % @code{[b, r] = gdeconv (y, a)} solves for @var{b} and @var{r} such that % @code{y = gconv (a, b) + r}. % % If @var{y} and @var{a} are polynomial coefficient vectors, @var{b} will % contain the coefficients of the polynomial quotient and @var{r} will be % a remander polynomial of lowest order. % @end deftypefn % @seealso{gconv,deconv,conv}