added PolynomialTraits_d::Permute

This commit is contained in:
Michael Hemmer 2008-10-30 13:45:58 +00:00
parent 2455ef9e85
commit b3c5b68f23
1 changed files with 3 additions and 0 deletions

View File

@ -220,6 +220,9 @@ position, for instance, it should become the outermost variable while the
relative order of the other variables remains unchanged.
For such a case the polynomial traits provides \ccc{PolynomialTraits_d::Move}.
Of course there is also a general method to interchange the order of
variables, namely \ccc{PolynomialTraits_d::Permute}.
\subsection{Examples}
The following example illustrates the application of the functors discussed
above: