cgal/Polynomial/doc_tex/Polynomial_ref/PolynomialTraits_d_Multivar...

34 lines
927 B
TeX

\begin{ccRefConcept}{PolynomialTraits_d::MultivariateContent}
\begin{ccAdvanced}
\ccDefinition
This \ccc{AdaptableUnaryFunction} computes the content of a \ccc{PolynomialTraits_d::Polynomial_d}
with respect to the symmetric view on the polynomial.
In particular it computes the gcd of all innermost coefficients.
\ccRefines
\ccc{AdaptableUnaryFunction}
\ccTypes
\ccCreationVariable{multivariate_content}
\ccSetThreeColumns{xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxx}{xxx}{}
\ccTypedef{typedef PolynomialTraits_d::Innermost_coefficient result_type;}{}
\ccGlue
\ccTypedef{typedef PolynomialTraits_d::Polynomial_d argument_type;}{}
\ccOperations
\ccMethod{result_type operator()(argument_type p);}
{Computes the $gcd$ of all innermost coefficients of $p$. }
%\ccHasModels
\ccSeeAlso
\ccRefIdfierPage{Polynomial_d}\\
\ccRefIdfierPage{PolynomialTraits_d}\\
\end{ccAdvanced}
\end{ccRefConcept}