OpenFPM_pdata
4.1.0
Project that contain the implementation of distributed structures
Loading...
Searching...
No Matches
Static Public Attributes
UIntDivCeil< numerator, denominator > Struct Template Reference
Detailed Description
template<unsigned int numerator, unsigned int denominator>
struct UIntDivCeil< numerator, denominator >
Definition at line
24
of file
mathUtils.hpp
.
Static Public Attributes
static constexpr unsigned int
value
= numerator / denominator + (numerator%denominator!=0)
Field Documentation
◆
value
template<unsigned int numerator, unsigned int denominator>
constexpr unsigned int
UIntDivCeil
< numerator, denominator >::value = numerator / denominator + (numerator%denominator!=0)
static
constexpr
Definition at line
26
of file
mathUtils.hpp
.
The documentation for this struct was generated from the following file:
openfpm_data/src/SparseGridGpu/TemplateUtils/
mathUtils.hpp
UIntDivCeil
Generated by
1.9.8