IPPL API Reference
Independent Parallel Particle Layer C++ API
Loading...
Searching...
No Matches
ippl::random::normal_estimate< T > Struct Template Reference

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
 

Detailed Description

template<typename T>
struct ippl::random::normal_estimate< T >

Functor to estimate the initial guess for sampling normal distribution.

This functor estimates the value for a normal distribution in a specific dimension 'd'.

Template Parameters
TData type for the input value 'u'.

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