EquivSubsetDomainSingle< T1, T2, T3, Dim, strided > Struct Template Reference
The default (unit-stride) version of
EquivSubsetDomainSingle, which assumes that all arguments to 'equiv' are domains with unit stride.
More...
#include <EquivSubset.h>
List of all members.
|
Static Public Member Functions |
static void | equiv (const T1 &a, const T2 &b, T3 &d) |
Detailed Description
template<class T1, class T2, class T3, int Dim, bool strided>
struct EquivSubsetDomainSingle< T1, T2, T3, Dim, strided >
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.
Member Function Documentation
template<class T1 , class T2 , class T3 , int Dim, bool strided>
static void EquivSubsetDomainSingle< T1, T2, T3, Dim, strided >::equiv |
( |
const T1 & |
a, |
|
|
const T2 & |
b, |
|
|
T3 & |
d | |
|
) |
| | [inline, static] |
The documentation for this struct was generated from the following file: