std::piecewise_linear_distribution< _RealType >::param_type(3cxx) | std::piecewise_linear_distribution< _RealType >::param_type(3cxx) |
std::piecewise_linear_distribution< _RealType >::param_type
#include <random.h>
typedef piecewise_linear_distribution< _RealType
> distribution_type
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
bool operator!= (const param_type
&__p1, const param_type &__p2)
bool operator== (const param_type &__p1,
const param_type &__p2)
class piecewise_linear_distribution< _RealType >
struct std::piecewise_linear_distribution< _RealType >::param_type"Parameter type.
Definition at line 5787 of file random.h.
Definition at line 5789 of file random.h.
Definition at line 5792 of file random.h.
Definition at line 3072 of file bits/random.tcc.
Definition at line 3089 of file bits/random.tcc.
Definition at line 3106 of file bits/random.tcc.
Definition at line 5826 of file random.h.
Definition at line 5813 of file random.h.
Definition at line 5834 of file random.h.
Definition at line 5830 of file random.h.
Definition at line 5789 of file random.h.
Generated automatically by Doxygen for libstdc++ from the source code.
libstdc++ |