FreePOOMA
2.4.1
|
The default (unit-stride) version of EquivSubsetDomainSingle, which assumes that all arguments to 'equiv' are domains with unit stride. More...
#include <EquivSubset.h>
Static Public Member Functions | |
static void | equiv (const T1 &a, const T2 &b, T3 &d) |
The default (unit-stride) version of EquivSubsetDomainSingle, which assumes that all arguments to 'equiv' are domains with unit stride.
The fourth argument, the returned equivalent subset domain, is assumed to have been set equal to the third domain beforehand. It will be offset and scaled in the same way that the second is from the first.
static void EquivSubsetDomainSingle< T1, T2, T3, Dim, strided >::equiv | ( | const T1 & | a, |
const T2 & | b, | ||
T3 & | d | ||
) | [inline, static] |