Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros
Stokhos_Sacado_MathFunctions.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define UNARYFUNC_MACRO(OP, FADOP)
 
#define BINARYFUNC_MACRO(OP, FADOP)
 

Macro Definition Documentation

#define UNARYFUNC_MACRO (   OP,
  FADOP 
)
Value:
namespace Sacado { \
\
namespace PCE { \
template <typename T, typename S> class OrthogPoly; \
template <typename T, typename S> \
OrthogPoly<T,S> OP (const OrthogPoly<T,S>&); \
} \
\
namespace ETPCE { \
template <typename T> class FADOP; \
template <typename T> class Expr; \
template <typename T> \
Expr< FADOP< Expr<T> > > OP (const Expr<T>&); \
} \
\
} \
\
namespace std { \
using Sacado::PCE::OP; \
using Sacado::ETPCE::OP; \
}

Definition at line 13 of file Stokhos_Sacado_MathFunctions.hpp.

#define BINARYFUNC_MACRO (   OP,
  FADOP 
)

Definition at line 58 of file Stokhos_Sacado_MathFunctions.hpp.