libstdc++: std::piecewise_linear_distribution< _RealType >::param_type Struct Reference (original) (raw)
#include <[random.h](a00641%5Fsource.html)>
Public Member Functions | |
---|---|
template<typename _InputIteratorB , typename _InputIteratorW > | |
param_type (_InputIteratorB __bfirst, _InputIteratorB __bend, _InputIteratorW __wbegin) | |
param_type (const param_type &)=default | |
template<typename _Func > | |
param_type (initializer_list< _RealType > __bl, _Func __fw) | |
template<typename _Func > | |
param_type (size_t __nw, _RealType __xmin, _RealType __xmax, _Func __fw) | |
std::vector< double > | densities () const |
std::vector< _RealType > | intervals () const |
param_type & | operator= (const param_type &)=default |
template<typename _RealType = double>
struct std::piecewise_linear_distribution< _RealType >::param_type
Parameter type.
Definition at line 6084 of file random.h.
◆ distribution_type
template<typename _RealType = double>
template<typename _RealType = double>
◆ param_type() [2/4]
template<typename _RealType >
template<typename _InputIteratorB , typename _InputIteratorW >
std::piecewise_linear_distribution< _RealType >::param_type::param_type | ( | _InputIteratorB | __bfirst, |
---|---|---|---|
_InputIteratorB | __bend, | ||
_InputIteratorW | __wbegin | ||
) |
◆ param_type() [3/4]
◆ param_type() [4/4]
template<typename _RealType >
template<typename _Func >
std::piecewise_linear_distribution< _RealType >::param_type::param_type | ( | size_t | __nw, |
---|---|---|---|
_RealType | __xmin, | ||
_RealType | __xmax, | ||
_Func | __fw | ||
) |
◆ densities()
template<typename _RealType = double>
◆ intervals()
template<typename _RealType = double>
◆ operator==
template<typename _RealType = double>
◆ piecewise_linear_distribution< _RealType >
template<typename _RealType = double>
The documentation for this struct was generated from the following files: