PPL
1.2
|
This class provides the reduction method for the Direct_Product domain. More...
#include <ppl.hh>
Public Member Functions | |
No_Reduction () | |
Default constructor. | |
void | product_reduce (D1 &d1, D2 &d2) |
The null reduction operator. More... | |
~No_Reduction () | |
Destructor. | |
This class provides the reduction method for the Direct_Product domain.
The reduction classes are used to instantiate the Partially_Reduced_Product domain template parameter R
. This class does no reduction at all.
void Parma_Polyhedra_Library::No_Reduction< D1, D2 >::product_reduce | ( | D1 & | d1, |
D2 & | d2 | ||
) |
The null reduction operator.
The parameters d1
and d2
are ignored.