mirror of https://github.com/CGAL/cgal
31 lines
979 B
TeX
31 lines
979 B
TeX
\begin{ccRefConcept}{PolynomialTraits_d::InnermostLeadingCoefficient}
|
|
|
|
\ccDefinition
|
|
|
|
This \ccc{AdaptableFunctor} computes the innermost leading coefficient
|
|
of a \ccc{PolynomialTraits_d::Polynomial_d}. The innermost leading coefficient is recursively defined as the innermost leading coefficient of the leading coefficient of $p$. In case $p$ is univariate it coincides with the leading coefficient.
|
|
|
|
\ccRefines
|
|
\ccc{AdaptableFunctor}
|
|
|
|
\ccTypes
|
|
\ccCreationVariable{innermost_leading_coefficient}
|
|
\ccSetThreeColumns{xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx}{xxx}{}
|
|
\ccTypedef{typedef PolynomialTraits_d::Innermost_coefficient result_type;}{}
|
|
\ccGlue
|
|
\ccTypedef{typedef PolynomialTraits_d::Polynomial_d argument_type;}{}
|
|
\ccGlue
|
|
|
|
\ccOperations
|
|
\ccMethod{result_type operator()(argument_type p);}
|
|
{Computes the innermost leading coefficient of $p$.}
|
|
|
|
%\ccHasModels
|
|
|
|
\ccSeeAlso
|
|
|
|
\ccRefIdfierPage{Polynomial_d}\\
|
|
\ccRefIdfierPage{PolynomialTraits_d}
|
|
|
|
\end{ccRefConcept}
|