OpenFPM  5.2.0
Project that contain the implementation of distributed structures
MultiArrayViewGpu< BaseT, Nup, 0 > Class Template Reference

Public Member Functions

__device__ __host__ MultiArrayViewGpu (BaseT *ptr)
 
template<typename IndexT >
__device__ __host__ MultiArrayViewGpu (BaseT *ptr, IndexT offset)
 
__device__ __host__ BaseT::scalarType & operator[] (int i)
 
__device__ __host__ BaseT::scalarType & operator[] (int i) const
 
template<typename T >
__device__ __host__ MultiArrayViewGpu< BaseT, Nup, 0 > & operator= (const T &other)
 

Private Attributes

BaseT * ptr
 

Detailed Description

template<typename BaseT, unsigned int Nup>
class MultiArrayViewGpu< BaseT, Nup, 0 >

Definition at line 63 of file BlockMapGpu_dimensionalityWrappers.cuh.


The documentation for this class was generated from the following file: