mirror of https://github.com/CGAL/cgal
33 lines
962 B
TeX
33 lines
962 B
TeX
\begin{ccRefConcept}{PolynomialTraits_d::Invert}
|
|
\ccDefinition
|
|
|
|
This \ccc{AdaptableUnaryFunction} inverts (reverse) a
|
|
\ccc{PolynomialTraits_d::Polynomial_d} with respect to one variable.
|
|
|
|
\ccRefines
|
|
\ccc{AdaptableUnaryFunction}
|
|
|
|
\ccTypes
|
|
|
|
\ccSetThreeColumns{xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx}{xxx}{}
|
|
\ccCreationVariable{invert}
|
|
\ccTypedef{typedef PolynomialTraits_d::Polynomial_d result_type;}{}\ccGlue
|
|
\ccTypedef{typedef PolynomialTraits_d::Polynomial_d argument_type;}{}
|
|
|
|
\ccOperations
|
|
\ccMethod{result_type operator()(argument_type p);}{
|
|
return $x^{degree}\cdot p(1/x)$, with respect to the outermost variable.}
|
|
|
|
\ccMethod{result_type operator()(argument_type p,
|
|
int i);}{
|
|
return $x^{degree}\cdot p(1/x)$, with respect to variable $x_i$.
|
|
\ccPrecond $0 \leq i < d$ }
|
|
|
|
%\ccHasModels
|
|
|
|
\ccSeeAlso
|
|
|
|
\ccRefIdfierPage{Polynomial_d}\\
|
|
\ccRefIdfierPage{PolynomialTraits_d}
|
|
\end{ccRefConcept}
|