next up previous contents index
Next: compose,translate Up: UnivariatePolynomialAlgebra Previous: UnivariatePolynomialAlgebra   Contents   Index


add!


\begin{usage}
add!(p, c, m, q, n, N)
\end{usage}


Signature


\begin{params}
{\em p} & \% & A polynomial (to be destroyed)\\
{\em c} & R & ...
...m N} & \htmlref{\texttt{Integer}}{Integer} & An upper treshold\\\end{params}

\begin{descr}
add!(p, c, m, q, n, N) computes all the terms of degree at least ...
...s of
that sum only. All other coefficients of $p$\ are not changed.
\end{descr}

\begin{remarks}
The storage used by p is allowed
to be destroyed or reused, so...
...arily copying their
arguments and can thus create memory aliases.
\end{remarks}


Manuel Bronstein 2000-12-13