mirror of https://github.com/CGAL/cgal
39 lines
1.2 KiB
TeX
39 lines
1.2 KiB
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_type result_type;}{}
|
|
\ccTypedef{typedef PolynomialTraits_d::Polynomial_d first_argument_type ;}{}
|
|
\ccTypedef{typedef int second_argument_type;}{}
|
|
|
|
\ccCreationVariable{fo}
|
|
\ccOperations
|
|
|
|
\ccMethod{result_type operator()( first_argument_type p,
|
|
second_argument_type e);}{
|
|
For given polynomial $p$ this operator returns the coefficient
|
|
of $x_{d-1}^e$ by value, where $x_{d-1}$ is the outermost variable.}
|
|
|
|
\ccMethod{result_type operator()( first_argument_type p,
|
|
second_argument_type e,
|
|
int i);}{
|
|
For given polynomial $p$ this operator returns coefficient of $x_{i}^e$ by value.
|
|
}
|
|
%\ccHasModels
|
|
|
|
\ccSeeAlso
|
|
|
|
\ccRefIdfierPage{Polynomial_d}\\
|
|
\ccRefIdfierPage{PolynomialTraits_d}
|
|
|
|
\end{ccRefConcept}
|