Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
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) |
KOKKOS_INLINE_FUNCTION bool MaskLogic::OR | ( | Mask< T > | m | ) |
Definition at line 934 of file Stokhos_MP_Vector_MaskTraits.hpp.
KOKKOS_INLINE_FUNCTION bool MaskLogic::OR | ( | bool | m | ) |
Definition at line 938 of file Stokhos_MP_Vector_MaskTraits.hpp.
KOKKOS_INLINE_FUNCTION bool MaskLogic::XOR | ( | Mask< T > | m | ) |
Definition at line 942 of file Stokhos_MP_Vector_MaskTraits.hpp.
KOKKOS_INLINE_FUNCTION bool MaskLogic::XOR | ( | bool | m | ) |
Definition at line 946 of file Stokhos_MP_Vector_MaskTraits.hpp.
KOKKOS_INLINE_FUNCTION bool MaskLogic::AND | ( | Mask< T > | m | ) |
Definition at line 950 of file Stokhos_MP_Vector_MaskTraits.hpp.
KOKKOS_INLINE_FUNCTION bool MaskLogic::AND | ( | bool | m | ) |
Definition at line 954 of file Stokhos_MP_Vector_MaskTraits.hpp.