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

◆ OR() [1/2]

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

Definition at line 940 of file Stokhos_MP_Vector_MaskTraits.hpp.

◆ OR() [2/2]

KOKKOS_INLINE_FUNCTION bool MaskLogic::OR ( bool  m)

Definition at line 944 of file Stokhos_MP_Vector_MaskTraits.hpp.

◆ XOR() [1/2]

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

Definition at line 948 of file Stokhos_MP_Vector_MaskTraits.hpp.

◆ XOR() [2/2]

KOKKOS_INLINE_FUNCTION bool MaskLogic::XOR ( bool  m)

Definition at line 952 of file Stokhos_MP_Vector_MaskTraits.hpp.

◆ AND() [1/2]

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

Definition at line 956 of file Stokhos_MP_Vector_MaskTraits.hpp.

◆ AND() [2/2]

KOKKOS_INLINE_FUNCTION bool MaskLogic::AND ( bool  m)

Definition at line 960 of file Stokhos_MP_Vector_MaskTraits.hpp.