| 
    Stokhos Package Browser (Single Doxygen Collection)
    Version of the Day
    
   | 
 
Team-based parallel work configuration for Sacado::MP::Vector. More...
#include <Kokkos_Parallel_MP_Vector.hpp>
Public Types | |
| typedef MPVectorWorkConfig | execution_policy | 
| typedef ExecSpace | execution_space | 
| typedef Tag | work_tag | 
Public Member Functions | |
| MPVectorWorkConfig (const execution_space &space, const size_t range_, const size_t team_, const size_t shared_=0) | |
| in the provided execution space instance  More... | |
| MPVectorWorkConfig (const size_t range_, const size_t team_, const size_t shared_=0) | |
| in the default execution space instance  More... | |
| ExecSpace | space () const | 
Public Attributes | |
| execution_space | space_ | 
| size_t | range | 
| size_t | team | 
| size_t | shared | 
Team-based parallel work configuration for Sacado::MP::Vector.
Definition at line 26 of file Kokkos_Parallel_MP_Vector.hpp.
| typedef MPVectorWorkConfig Kokkos::MPVectorWorkConfig< ExecSpace, Tag >::execution_policy | 
Definition at line 28 of file Kokkos_Parallel_MP_Vector.hpp.
| typedef ExecSpace Kokkos::MPVectorWorkConfig< ExecSpace, Tag >::execution_space | 
Definition at line 29 of file Kokkos_Parallel_MP_Vector.hpp.
| typedef Tag Kokkos::MPVectorWorkConfig< ExecSpace, Tag >::work_tag | 
Definition at line 30 of file Kokkos_Parallel_MP_Vector.hpp.
      
  | 
  inline | 
in the provided execution space instance
Definition at line 39 of file Kokkos_Parallel_MP_Vector.hpp.
      
  | 
  inline | 
in the default execution space instance
Definition at line 46 of file Kokkos_Parallel_MP_Vector.hpp.
      
  | 
  inline | 
Definition at line 51 of file Kokkos_Parallel_MP_Vector.hpp.
| execution_space Kokkos::MPVectorWorkConfig< ExecSpace, Tag >::space_ | 
Definition at line 32 of file Kokkos_Parallel_MP_Vector.hpp.
| size_t Kokkos::MPVectorWorkConfig< ExecSpace, Tag >::range | 
Definition at line 33 of file Kokkos_Parallel_MP_Vector.hpp.
| size_t Kokkos::MPVectorWorkConfig< ExecSpace, Tag >::team | 
Definition at line 34 of file Kokkos_Parallel_MP_Vector.hpp.
| size_t Kokkos::MPVectorWorkConfig< ExecSpace, Tag >::shared | 
Definition at line 35 of file Kokkos_Parallel_MP_Vector.hpp.
 1.8.5