26 #include <queso/UniformVectorRealizer.h>
27 #include <queso/GslVector.h>
28 #include <queso/GslMatrix.h>
33 template<
class V,
class M>
38 BaseVectorRealizer<V,M>(((std::string)(prefix)+
"gen").c_str(),unifiedImageSet,std::numeric_limits<unsigned int>::max())
53 template<
class V,
class M>
58 template<
class V,
class M>
unsigned int displayVerbosity() const
A templated class for handling sets.
A class for handling sampling from a Uniform probability density distribution.
const BaseEnvironment & m_env
#define queso_require_msg(asserted, msg)
const V & maxValues() const
Vector of the maximum values of the box subset.
std::ofstream * subDisplayFile() const
Access function for m_subDisplayFile (displays file on stream).
A templated (base) class for handling sampling from vector RVs.
const V & minValues() const
Vector of the minimum values of the box subset.
UniformVectorRealizer(const char *prefix, const VectorSet< V, M > &unifiedImageSet)
Constructor.
~UniformVectorRealizer()
Destructor.
Class representing a subset of a vector space shaped like a hypercube.
void realization(V &nextValues) const
Draws a realization.