46 inline bool equal(
const T& s1,
const T& s2)
52 #define MAXMINPOW(retType, type1, type2) \ 54 MAXMIN(retType, type1, type2) \ 57 inline double pow(const type1 base, const type2 expon) \ 59 return ::pow(double(base), double(expon)); \ 75 #if defined(__APPLE__) && WM_LABEL_SIZE == 64 Traits classes for inner and outer products of primitives.
#define MAXMINPOW(retType, type1, type2)
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
bool equal(const T &s1, const T &s2)
Compare two values for equality.