This AdaptableFunctor provides several operators to construct objects of type PolynomialTraits_d::Polynomial_d.
| ||
|
|
| Construct the zero polynomial. | ||||||
|
| Construct the constant polynomial equal to i. | ||||||
|
| |||||||
Construct the constant polynomial equal to a. | ||||||||
|
| |||||||
Construct the polynomial equal to a. | ||||||||
| ||||||||
|
| |||||||
| ||||||||
| ||||||||
|
| |||||||
Constructs a Polynomial_d from a given iterator range of
std::pair<Exponent_vector, PolynomialTraits_d::Innermost_coefficient_type>.
The optional parameter is_sorted indicates whether the given iterator range is already sorted.
|
Polynomial_d
PolynomialTraits_d