|
IPPL (Independent Parallel Particle Layer)
IPPL
|
Functor to estimate the initial guess for sampling normal distribution. More...
#include <NormalDistribution.h>
Public Member Functions | |
| KOKKOS_INLINE_FUNCTION double | operator() (T u, unsigned int d, T const *params_p) const |
Functor to estimate the initial guess for sampling normal distribution.
This functor estimates the value for a normal distribution in a specific dimension 'd'.
| T | Data type for the input value 'u'. |
Definition at line 101 of file NormalDistribution.h.
|
inline |
Definition at line 102 of file NormalDistribution.h.
References ippl::random::normal_estimate_func().