OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
set_zero< Point< dim, T > > Struct Template Reference

Create a point with all compunent set to zero. More...

Detailed Description

template<unsigned int dim, typename T>
struct set_zero< Point< dim, T > >

Create a point with all compunent set to zero.

Definition at line 68 of file vector_dist_operators_apply_kernel.hpp.

#include <vector_dist_operators_apply_kernel.hpp>

Static Public Member Functions

__device__ static __host__ Point< dim, T > create ()
 return a point with all the coordinates set to zero
 

Member Function Documentation

◆ create()

template<unsigned int dim, typename T >
__device__ static __host__ Point< dim, T > set_zero< Point< dim, T > >::create ( )
inlinestatic

return a point with all the coordinates set to zero

Definition at line 71 of file vector_dist_operators_apply_kernel.hpp.


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