Mantid
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Functions
normal_distribution.h File Reference
#include "MantidKernel/System.h"
#include "MantidKernel/WarningSuppressions.h"
#include <ios>
#include <random>

Go to the source code of this file.

Classes

class  Mantid::Kernel::__save_flags< _CharT, _Traits >
 
class  Mantid::Kernel::normal_distribution< _RealType >
 
class  Mantid::Kernel::normal_distribution< _RealType >::param_type
 

Namespaces

namespace  Mantid
 Helper class which provides the Collimation Length for SANS instruments.
 
namespace  Mantid::Kernel
 

Macros

#define INLINE_VISIBILITY   __attribute__((__always_inline__))
 

Functions

template<class _CharT , class _Traits , class _RT >
std::basic_ostream< _CharT, _Traits > & Mantid::Kernel::operator<< (std::basic_ostream< _CharT, _Traits > &__os, const normal_distribution< _RT > &__x)
 
template<class _CharT , class _Traits , class _RT >
std::basic_istream< _CharT, _Traits > & Mantid::Kernel::operator>> (std::basic_istream< _CharT, _Traits > &__is, normal_distribution< _RT > &__x)
 

Macro Definition Documentation

◆ INLINE_VISIBILITY

#define INLINE_VISIBILITY   __attribute__((__always_inline__))

Definition at line 33 of file normal_distribution.h.