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

Detailed Description

template<unsigned int dim, typename T>
struct ger< dim, T >

Definition at line 868 of file Point_operators.hpp.

Static Public Member Functions

template<typename vmpl >
__device__ __host__ __device__ static __host__ point_expression< openfpm::detail::multi_array::sub_array_openfpm< T, 1, vmpl > > getExprR (const openfpm::detail::multi_array::sub_array_openfpm< T, 1, vmpl > &a)
 
__device__ static __host__ point_expression< const T[dim]> getExprR (T(&a)[dim])
 
template<typename vmpl >
__device__ __host__ __device__ static __host__ point_expression< openfpm::detail::multi_array::sub_array_openfpm< T, 1, vmpl > > getExprL (const openfpm::detail::multi_array::sub_array_openfpm< T, 1, vmpl > &a)
 
__device__ static __host__ point_expression< T[dim]> getExprL (T(&a)[dim])
 

Member Function Documentation

◆ getExprL() [1/2]

template<unsigned int dim, typename T >
template<typename vmpl >
__device__ __host__ __device__ static __host__ point_expression< openfpm::detail::multi_array::sub_array_openfpm< T, 1, vmpl > > ger< dim, T >::getExprL ( const openfpm::detail::multi_array::sub_array_openfpm< T, 1, vmpl > &  a)
inlinestatic

Definition at line 885 of file Point_operators.hpp.

◆ getExprL() [2/2]

template<unsigned int dim, typename T >
__device__ static __host__ point_expression< T[dim]> ger< dim, T >::getExprL ( T(&)  a[dim])
inlinestatic

Definition at line 891 of file Point_operators.hpp.

◆ getExprR() [1/2]

template<unsigned int dim, typename T >
template<typename vmpl >
__device__ __host__ __device__ static __host__ point_expression< openfpm::detail::multi_array::sub_array_openfpm< T, 1, vmpl > > ger< dim, T >::getExprR ( const openfpm::detail::multi_array::sub_array_openfpm< T, 1, vmpl > &  a)
inlinestatic

Definition at line 872 of file Point_operators.hpp.

◆ getExprR() [2/2]

template<unsigned int dim, typename T >
__device__ static __host__ point_expression< const T[dim]> ger< dim, T >::getExprR ( T(&)  a[dim])
inlinestatic

Definition at line 878 of file Point_operators.hpp.


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