From b3c5b68f2319111b1e10e4e912e7c7f1c0af12b7 Mon Sep 17 00:00:00 2001 From: Michael Hemmer Date: Thu, 30 Oct 2008 13:45:58 +0000 Subject: [PATCH] added PolynomialTraits_d::Permute --- Polynomial/doc_tex/Polynomial/intro.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Polynomial/doc_tex/Polynomial/intro.tex b/Polynomial/doc_tex/Polynomial/intro.tex index 1460f3da986..c04688dd39c 100644 --- a/Polynomial/doc_tex/Polynomial/intro.tex +++ b/Polynomial/doc_tex/Polynomial/intro.tex @@ -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: