Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
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

namespace  Sacado
namespace  Sacado::MP
namespace  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

◆ MP_UNARYOP_MACRO

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

Definition at line 118 of file Sacado_MP_Vector_ops.hpp.

◆ MP_BINARYOP_MACRO [1/2]

#define MP_BINARYOP_MACRO ( OPNAME,
OP,
OPER )

Definition at line 248 of file Sacado_MP_Vector_ops.hpp.

◆ MP_BINARYOP_MACRO [2/2]

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

Definition at line 248 of file Sacado_MP_Vector_ops.hpp.

◆ PCE_BOOL_MACRO

#define PCE_BOOL_MACRO ( OP)

Definition at line 863 of file Sacado_MP_Vector_ops.hpp.