IPPL (Independent Parallel Particle Layer)
IPPL
Loading...
Searching...
No Matches
ippl::random::normal_pdf< T > Struct Template Reference

Functor to calculate the probability density function (PDF) for a normal distribution. More...

#include <NormalDistribution.h>

Collaboration diagram for ippl::random::normal_pdf< T >:

Public Member Functions

KOKKOS_INLINE_FUNCTION double operator() (T x, unsigned int d, T const *params_p) const

Detailed Description

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

Functor to calculate the probability density function (PDF) for a normal distribution.

This functor calculates the PDF for a normal distribution in a specific dimension 'd'.

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

Definition at line 84 of file NormalDistribution.h.

Member Function Documentation

◆ operator()()

template<typename T>
KOKKOS_INLINE_FUNCTION double ippl::random::normal_pdf< T >::operator() ( T x,
unsigned int d,
T const * params_p ) const
inline

Definition at line 85 of file NormalDistribution.h.

References ippl::random::normal_pdf_func().

Here is the call graph for this function:

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