OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
vector_dist_op_compute_op< prp, is_sort, impl > Struct Template Reference

Detailed Description

template<unsigned int prp, bool is_sort, int impl>
struct vector_dist_op_compute_op< prp, is_sort, impl >

Definition at line 197 of file vector_dist_operators_cuda.cuh.

Static Public Member Functions

template<typename vector , typename expr >
static void compute_expr (vector &v, expr &v_exp)
 
template<unsigned int n, typename vector , typename expr >
static void compute_expr_slice (vector &v, expr &v_exp, int(&comp)[n])
 
template<typename vector >
static void compute_const (vector &v, double d)
 

Member Function Documentation

◆ compute_const()

template<unsigned int prp, bool is_sort, int impl>
template<typename vector >
static void vector_dist_op_compute_op< prp, is_sort, impl >::compute_const ( vector &  v,
double  d 
)
inlinestatic

Definition at line 208 of file vector_dist_operators_cuda.cuh.

◆ compute_expr()

template<unsigned int prp, bool is_sort, int impl>
template<typename vector , typename expr >
static void vector_dist_op_compute_op< prp, is_sort, impl >::compute_expr ( vector &  v,
expr &  v_exp 
)
inlinestatic

Definition at line 200 of file vector_dist_operators_cuda.cuh.

◆ compute_expr_slice()

template<unsigned int prp, bool is_sort, int impl>
template<unsigned int n, typename vector , typename expr >
static void vector_dist_op_compute_op< prp, is_sort, impl >::compute_expr_slice ( vector &  v,
expr &  v_exp,
int(&)  comp[n] 
)
inlinestatic

Definition at line 204 of file vector_dist_operators_cuda.cuh.


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