Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Macros | Functions
Sacado_MP_Vector_ops.hpp File Reference
#include "Sacado_cmath.hpp"
#include <ostream>
Include dependency graph for Sacado_MP_Vector_ops.hpp:

Go to the source code of this file.

Namespaces

 Sacado
 
 Sacado::MP
 
 std
 

Macros

#define MP_UNARYOP_MACRO(OPNAME, OP, OPER, USING_OP)
 
#define MP_BINARYOP_MACRO(OPNAME, OP, OPER)
 
#define MP_BINARYOP_MACRO(OPNAME, OP, OPER, USING_OP)
 
#define PCE_BOOL_MACRO(OP)
 

Functions

template<typename T >
KOKKOS_INLINE_FUNCTION bool Sacado::MP::operator! (const Expr< T > &expr)
 
template<typename T >
KOKKOS_INLINE_FUNCTION bool Sacado::MP::toBool (const Expr< T > &xx)
 
template<typename T >
std::ostream & Sacado::MP::operator<< (std::ostream &os, const Expr< T > &x)
 
template<typename T >
bool std::isfinite (const Sacado::MP::Expr< T > &xx)
 

Macro Definition Documentation

#define MP_UNARYOP_MACRO (   OPNAME,
  OP,
  OPER,
  USING_OP 
)

Definition at line 86 of file Sacado_MP_Vector_ops.hpp.

#define MP_BINARYOP_MACRO (   OPNAME,
  OP,
  OPER 
)

Definition at line 534 of file Sacado_MP_Vector_ops.hpp.

#define MP_BINARYOP_MACRO (   OPNAME,
  OP,
  OPER,
  USING_OP 
)

Definition at line 534 of file Sacado_MP_Vector_ops.hpp.

#define PCE_BOOL_MACRO (   OP)

Definition at line 833 of file Sacado_MP_Vector_ops.hpp.