Logo  0.95.0-final
Finite Element Embedded Library and Language in C++
Feel++ Feel++ on Github Feel++ community
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
adtraits.hpp File Reference
#include <complex>

Go to the source code of this file.

Namespaces

 Feel
 [marker1]
 

Macros

#define __ADTraits_H   1
 
#define NUMERICAL_TRAITS(type1, type2, type3)
 

Detailed Description

Macro Definition Documentation

#define NUMERICAL_TRAITS (   type1,
  type2,
  type3 
)
Value:
template <> class SNumericalTraits<type1,type2> { \
public: \
typedef type3 promote; \
}; \
template <> class SNumericalTraits<type2,type1> { \
public: \
typedef type3 promote; \
};

Generated on Fri Oct 25 2013 14:24:27 for Feel++ by doxygen 1.8.4