![]() |
Home | Libraries | People | FAQ | More |
boost::random::fisher_f_distribution::param_type
// In header: <boost/random/fisher_f_distribution.hpp> class param_type { public: // types typedef ; // public member functions ( = , = ); () ; () ; // friend functions template<typename CharT, typename Traits> (, ); template<typename CharT, typename Traits> (, ); (, ); (, ); };
param_type public member functions( m = , n = );
Constructs a param_type from the "m" and "n" parameters of the distribution.
Requires: m > 0 and n > 0
() ;
Returns the "m" parameter of the distribtuion.
() ;
Returns the "n" parameter of the distribution.
param_type friend functionstemplate<typename CharT, typename Traits> ( os, param);
Writes a param_type to a std::ostream.
template<typename CharT, typename Traits> ( is, param);
Reads a param_type from a std::istream.
( lhs, rhs);
Returns true if the two sets of parameters are the same.
( lhs, rhs);
Returns true if the two sets of parameters are the different.