Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros
Sacado_Fad_Exp_MathFunctions.hpp File Reference
#include "Sacado_cmath.hpp"
#include "Sacado_SFINAE_Macros.hpp"
#include "Sacado_Fad_Exp_Ops_Fwd.hpp"
Include dependency graph for Sacado_Fad_Exp_MathFunctions.hpp:
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 Fad { \
namespace Exp { \
template <typename T> class Expr; \
template <typename T> \
SACADO_INLINE_FUNCTION \
FADOP< typename Expr<T>::derived_type, \
typename T::expr_spec_type > \
OP (const Expr<T>&); \
} \
} \
\
} \
\
namespace std { \
using Sacado::Fad::Exp::OP; \
}

Definition at line 40 of file Sacado_Fad_Exp_MathFunctions.hpp.

#define BINARYFUNC_MACRO (   OP,
  FADOP 
)

Definition at line 83 of file Sacado_Fad_Exp_MathFunctions.hpp.