Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
MaskLogic Namespace Reference

Functions

template<typename T >
KOKKOS_INLINE_FUNCTION bool OR (Mask< T > m)
 
KOKKOS_INLINE_FUNCTION bool OR (bool m)
 
template<typename T >
KOKKOS_INLINE_FUNCTION bool XOR (Mask< T > m)
 
KOKKOS_INLINE_FUNCTION bool XOR (bool m)
 
template<typename T >
KOKKOS_INLINE_FUNCTION bool AND (Mask< T > m)
 
KOKKOS_INLINE_FUNCTION bool AND (bool m)
 

Function Documentation

template<typename T >
KOKKOS_INLINE_FUNCTION bool MaskLogic::OR ( Mask< T >  m)

Definition at line 908 of file Stokhos_MP_Vector_MaskTraits.hpp.

KOKKOS_INLINE_FUNCTION bool MaskLogic::OR ( bool  m)

Definition at line 912 of file Stokhos_MP_Vector_MaskTraits.hpp.

template<typename T >
KOKKOS_INLINE_FUNCTION bool MaskLogic::XOR ( Mask< T >  m)

Definition at line 916 of file Stokhos_MP_Vector_MaskTraits.hpp.

KOKKOS_INLINE_FUNCTION bool MaskLogic::XOR ( bool  m)

Definition at line 920 of file Stokhos_MP_Vector_MaskTraits.hpp.

template<typename T >
KOKKOS_INLINE_FUNCTION bool MaskLogic::AND ( Mask< T >  m)

Definition at line 924 of file Stokhos_MP_Vector_MaskTraits.hpp.

KOKKOS_INLINE_FUNCTION bool MaskLogic::AND ( bool  m)

Definition at line 928 of file Stokhos_MP_Vector_MaskTraits.hpp.