Gromacs
2022-beta1
|
#include <cmath>
#include <array>
#include <limits>
#include <memory>
#include "gromacs/math/functions.h"
#include "gromacs/math/utilities.h"
#include "gromacs/utility/basedefinitions.h"
#include "gromacs/utility/classhelpers.h"
#include "gromacs/utility/gmxassert.h"
#include "gromacs/utility/real.h"
Tabulated normal distribution.
A very fast normal distribution, but with limited resolution.
Classes | |
class | gmx::TabulatedNormalDistribution< RealType, tableBits > |
Tabulated normal random distribution. More... | |
class | gmx::TabulatedNormalDistribution< RealType, tableBits >::param_type |
Normal distribution parameter class (mean and stddev) More... | |
Variables | |
constexpr int | gmx::detail::c_TabulatedNormalDistributionDefaultBits = 14 |
Number of bits that determines the resolution of the lookup table for the normal distribution. | |