OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
RhsBlockWrapper< BlockT[N1][N2]> Struct Template Reference

Detailed Description

template<typename BlockT, unsigned int N1, unsigned int N2>
struct RhsBlockWrapper< BlockT[N1][N2]>

Definition at line 177 of file BlockMapGpu_dimensionalityWrappers.cuh.

Public Member Functions

template<typename T , typename IndexT >
__device__ __host__ RhsBlockWrapper (T input, IndexT offset)
 

Data Fields

BlockT::scalarType value [N1][N2]
 

Constructor & Destructor Documentation

◆ RhsBlockWrapper()

template<typename BlockT , unsigned int N1, unsigned int N2>
template<typename T , typename IndexT >
__device__ __host__ RhsBlockWrapper< BlockT[N1][N2]>::RhsBlockWrapper ( input,
IndexT  offset 
)
inline

Definition at line 182 of file BlockMapGpu_dimensionalityWrappers.cuh.

Field Documentation

◆ value

template<typename BlockT , unsigned int N1, unsigned int N2>
BlockT::scalarType RhsBlockWrapper< BlockT[N1][N2]>::value[N1][N2]

Definition at line 179 of file BlockMapGpu_dimensionalityWrappers.cuh.


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