template<typename T, unsigned int stencil_size, typename vector_vmpl>
class cp_block< T, stencil_size, vector_vmpl, 2 >
Definition at line 48 of file cp_block.hpp.
|
__device__ __host__ | cp_block (T(&ptr)[base::sizeBlock]) |
|
__device__ __host__ int | LinId (int i, int j) |
|
__device__ __host__ T & | operator() (int i, int j) |
|
|
T(& | ptr )[base::sizeBlock] |
|
|
typedef vmpl_sum_constant< 2 *stencil_size, vector_vmpl >::type | stop_border_vmpl |
|
typedef vmpl_create_constant< dim, stencil_size >::type | start_border_vmpl |
|
static const int | sizeBlock |
|
static const int | sizeBlockBord |
|
The documentation for this class was generated from the following file: