\begin{ccRefConcept}{PolynomialTraits_d::Evaluate} \ccDefinition This \ccc{AdaptableFunctor} evaluates \ccc{PolynomialTraits_d::Polynomial_d} with respect to one variable. \ccRefines \ccc{AdaptableFunctor} \ccTypes \ccSetThreeColumns{xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx}{xxx}{} \ccTypedef{typedef PolynomialTraits_d::Coefficient result_type;}{}\ccGlue \ccTypedef{typedef PolynomialTraits_d::Polynomial_d first_argument_type;}{}\ccGlue \ccTypedef{typedef PolynomialTraits_d::Innermost_coefficient second_argument_type;}{}\ccGlue \ccTypedef{typedef int third_argument_type;}{} \ccOperations \ccMethod{result_type operator()(first_argument_type p, second_argument_type x));} { return $p(x)$, with respect to the outermost variable. } \ccMethod{result_type operator()(first_argument_type p, second_argument_type c, third_argument_type i));} { return $p(x)$, with respect to variable $x_i$. \ccPrecond $0