#include "MantidKernel/System.h"
#include "MantidKernel/WarningSuppressions.h"
#include <ios>
#include <random>
Go to the source code of this file.
|
| namespace | Mantid |
| | Helper class which provides the Collimation Length for SANS instruments.
|
| |
| namespace | Mantid::Kernel |
| |
|
| 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) |
| |
◆ INLINE_VISIBILITY
| #define INLINE_VISIBILITY __attribute__((__always_inline__)) |