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 940 of file Stokhos_MP_Vector_MaskTraits.hpp.
KOKKOS_INLINE_FUNCTION bool MaskLogic::OR | ( | bool | m | ) |
Definition at line 944 of file Stokhos_MP_Vector_MaskTraits.hpp.
KOKKOS_INLINE_FUNCTION bool MaskLogic::XOR | ( | Mask< T > | m | ) |
Definition at line 948 of file Stokhos_MP_Vector_MaskTraits.hpp.
KOKKOS_INLINE_FUNCTION bool MaskLogic::XOR | ( | bool | m | ) |
Definition at line 952 of file Stokhos_MP_Vector_MaskTraits.hpp.
KOKKOS_INLINE_FUNCTION bool MaskLogic::AND | ( | Mask< T > | m | ) |
Definition at line 956 of file Stokhos_MP_Vector_MaskTraits.hpp.
KOKKOS_INLINE_FUNCTION bool MaskLogic::AND | ( | bool | m | ) |
Definition at line 960 of file Stokhos_MP_Vector_MaskTraits.hpp.