|
IPPL API Reference
Independent Parallel Particle Layer C++ API
|
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'. |