mirror of https://github.com/CGAL/cgal
35 lines
962 B
TeX
35 lines
962 B
TeX
\begin{ccRefConcept}{PolynomialTraits_d::GetInnermostCoefficient}
|
|
|
|
\ccDefinition
|
|
|
|
This \ccc{AdaptableBinaryFunction} provides returns an innermost coefficient of a
|
|
\ccc{PolynomialTraits_d::Polynomial_d}.
|
|
|
|
\ccRefines
|
|
\ccc{AdaptableBinaryFunction}
|
|
|
|
\ccTypes
|
|
|
|
\ccSetThreeColumns{xxxxxxxxxxxxxxxxxxx}{xxxxxxxxxxx}{}
|
|
\ccTypedef{typedef PolynomialTraits_d::Innermost_coefficient result_type;}{}
|
|
\ccGlue
|
|
\ccTypedef{typedef PolynomialTraits_d::Polynomial_d first_argument_type ;}{}
|
|
\ccGlue
|
|
\ccTypedef{typedef Exponent_vector second_argument_type;}{}
|
|
|
|
\ccCreationVariable{get_innermost_coefficient}
|
|
\ccOperations
|
|
|
|
\ccMethod{result_type operator()( first_argument_type p,
|
|
second_argument_type v);}{
|
|
Returns the innermost coefficient of the monomial defined by the given \ccc{Exponent_vector} $v$. }
|
|
|
|
%\ccHasModels
|
|
|
|
\ccSeeAlso
|
|
|
|
\ccRefIdfierPage{Polynomial_d}\\
|
|
\ccRefIdfierPage{PolynomialTraits_d}
|
|
|
|
\end{ccRefConcept}
|