mirror of https://github.com/CGAL/cgal
34 lines
885 B
TeX
34 lines
885 B
TeX
\begin{ccRefConcept}{PolynomialTraits_d::GetCoefficient}
|
|
|
|
\ccDefinition
|
|
|
|
This \ccc{AdaptableBinaryFunction} provides access to coefficients of a
|
|
\ccc{PolynomialTraits_d::Polynomial_d}.
|
|
|
|
\ccRefines
|
|
\ccc{AdaptableBinaryFunction}
|
|
|
|
\ccTypes
|
|
|
|
\ccSetThreeColumns{xxxxxxxxxxxxxxxxxxx}{xxxxxxxxxxx}{}
|
|
\ccTypedef{typedef PolynomialTraits_d::Coefficient result_type;}{}
|
|
\ccTypedef{typedef PolynomialTraits_d::Polynomial_d first_argument_type ;}{}
|
|
\ccTypedef{typedef int second_argument_type;}{}
|
|
|
|
\ccCreationVariable{get_coefficient}
|
|
\ccOperations
|
|
|
|
\ccMethod{result_type operator()( first_argument_type p,
|
|
second_argument_type i);}{
|
|
Returns coefficient of $x^i$ by value,
|
|
where $x$ is the outermost variable.}
|
|
|
|
%\ccHasModels
|
|
|
|
\ccSeeAlso
|
|
|
|
\ccRefIdfierPage{Polynomial_d}\\
|
|
\ccRefIdfierPage{PolynomialTraits_d}
|
|
|
|
\end{ccRefConcept}
|