LBANN  0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
beta.hpp File Reference
#include <cmath>
#include <istream>
#include <ostream>
#include <random>
#include "lbann/utils/exception.hpp"
#include "lbann/utils/random.hpp"
Include dependency graph for beta.hpp:

Go to the source code of this file.

Classes

class  lbann::beta_distribution< RealType >
 
class  lbann::beta_distribution< RealType >::param_type
 

Namespaces

 lbann
 

Functions

template<typename CharT , typename RealType >
std::basic_ostream< CharT > & lbann::operator<< (std::basic_ostream< CharT > &os, const beta_distribution< RealType > &d)
 
template<typename CharT , typename RealType >
std::basic_istream< CharT > & lbann::operator>> (std::basic_istream< CharT > &is, beta_distribution< RealType > &d)