SG++-Doxygen-Documentation
Loading...
Searching...
No Matches
sgpp::base::DistributionsVector Class Reference

#include <DistributionsVector.hpp>

Public Member Functions

void clear ()
 
 DistributionsVector ()
 
 DistributionsVector (const DistributionsVector &other)
 
 DistributionsVector (size_t dim)
 
 DistributionsVector (size_t dim, std::shared_ptr< sgpp::base::Distribution > pdf)
 
std::shared_ptr< sgpp::base::Distributionget (size_t i)
 
sgpp::base::DataMatrix getBounds () const
 
std::vector< std::shared_ptr< sgpp::base::Distribution > > getDistributions ()
 
size_t getSize () const
 
void push_back (std::shared_ptr< sgpp::base::Distribution > pdf)
 
sgpp::base::DataVector sample () const
 
virtual ~DistributionsVector ()
 

Constructor & Destructor Documentation

◆ DistributionsVector() [1/4]

sgpp::base::DistributionsVector::DistributionsVector ( )

◆ DistributionsVector() [2/4]

sgpp::base::DistributionsVector::DistributionsVector ( size_t  dim)
explicit

◆ DistributionsVector() [3/4]

sgpp::base::DistributionsVector::DistributionsVector ( size_t  dim,
std::shared_ptr< sgpp::base::Distribution pdf 
)

◆ DistributionsVector() [4/4]

sgpp::base::DistributionsVector::DistributionsVector ( const DistributionsVector other)

◆ ~DistributionsVector()

sgpp::base::DistributionsVector::~DistributionsVector ( )
virtual

Member Function Documentation

◆ clear()

void sgpp::base::DistributionsVector::clear ( )

◆ get()

◆ getBounds()

◆ getDistributions()

std::vector< std::shared_ptr< sgpp::base::Distribution > > sgpp::base::DistributionsVector::getDistributions ( )

◆ getSize()

◆ push_back()

void sgpp::base::DistributionsVector::push_back ( std::shared_ptr< sgpp::base::Distribution pdf)

◆ sample()


The documentation for this class was generated from the following files: