Public Types | |
|
typedef View< T, LayoutLeft, D, M, Impl::ViewPCEContiguous > | XVector |
| typedef XVector::array_type | array_type |
| typedef array_type::device_type | device_type |
| typedef array_type::size_type | size_type |
|
typedef array_type::non_const_value_type | value_type |
|
typedef Kokkos::Details::ArithTraits < value_type > | KAT |
| typedef KAT::mag_type | mag_type |
Public Member Functions | |
| MV_ReciprocalThresholdSelfFunctor (const XVector &x, const typename XVector::non_const_value_type &min_val, const size_type &n) | |
| KOKKOS_INLINE_FUNCTION void | operator() (const size_type i) const |
Public Attributes | |
| const array_type | m_x |
| const value_type | m_min_val |
| const value_type | m_min_val_mag |
| const size_type | m_n |
| const size_type | m_n_pce |
1.7.6.1