|
IPPL (Independent Parallel Particle Layer)
IPPL
|
Functor to calculate the cumulative distribution function (CDF) for a normal distribution. More...
#include <NormalDistribution.h>
Public Member Functions | |
| KOKKOS_INLINE_FUNCTION double | operator() (T x, unsigned int d, const T *params_p) const |
Functor to calculate the cumulative distribution function (CDF) for a normal distribution.
This functor calculates the CDF for a normal distribution in a specific dimension 'd'.
| T | Data type for the input value 'x'. |
Definition at line 66 of file NormalDistribution.h.
|
inline |
Definition at line 67 of file NormalDistribution.h.
References ippl::random::normal_cdf_func().