OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
get_vector_dist_expression_op< int, is_valid > Struct Template Reference

Detailed Description

template<unsigned int, bool is_valid>
struct get_vector_dist_expression_op< int, is_valid >

Definition at line 215 of file vector_dist_operators_cuda.cuh.

Static Public Member Functions

template<typename exp_type >
__device__ static __host__ auto get (exp_type &o1, const vect_dist_key_dx &key) -> decltype(o1.value(vect_dist_key_dx(0)))
 
template<unsigned int prop, typename exp_type , typename vector_type >
__device__ static __host__ void assign (exp_type &o1, vector_type &v, const vect_dist_key_dx &key, const vect_dist_key_dx &key_orig)
 
template<unsigned int prop, typename exp_type , typename vector_type >
__device__ static __host__ void assign (exp_type &o1, vector_type &v, const unsigned int &key, const unsigned int &key_orig)
 
template<unsigned int prop, typename vector_type >
static void assign_double (double d, vector_type &v, const vect_dist_key_dx &key)
 

Member Function Documentation

◆ assign() [1/2]

template<unsigned int , bool is_valid>
template<unsigned int prop, typename exp_type , typename vector_type >
__device__ static __host__ void get_vector_dist_expression_op< int, is_valid >::assign ( exp_type &  o1,
vector_type v,
const unsigned int &  key,
const unsigned int &  key_orig 
)
inlinestatic

Definition at line 230 of file vector_dist_operators_cuda.cuh.

◆ assign() [2/2]

template<unsigned int , bool is_valid>
template<unsigned int prop, typename exp_type , typename vector_type >
__device__ static __host__ void get_vector_dist_expression_op< int, is_valid >::assign ( exp_type &  o1,
vector_type v,
const vect_dist_key_dx key,
const vect_dist_key_dx key_orig 
)
inlinestatic

Definition at line 224 of file vector_dist_operators_cuda.cuh.

◆ assign_double()

template<unsigned int , bool is_valid>
template<unsigned int prop, typename vector_type >
static void get_vector_dist_expression_op< int, is_valid >::assign_double ( double  d,
vector_type v,
const vect_dist_key_dx key 
)
inlinestatic

Definition at line 236 of file vector_dist_operators_cuda.cuh.

◆ get()

template<unsigned int , bool is_valid>
template<typename exp_type >
__device__ static __host__ auto get_vector_dist_expression_op< int, is_valid >::get ( exp_type &  o1,
const vect_dist_key_dx key 
) -> decltype(o1.value(vect_dist_key_dx(0)))
inlinestatic

Definition at line 218 of file vector_dist_operators_cuda.cuh.


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