25 #ifndef UQ_UNIFORM_REALIZER_H
26 #define UQ_UNIFORM_REALIZER_H
28 #include <queso/VectorRealizer.h>
29 #include <queso/VectorSequence.h>
30 #include <queso/Environment.h>
44 template <
class V = GslVector,
class M = GslMatrix>
76 #endif // UQ_UNIFORM_REALIZER_H
A templated class for handling sets.
A class for handling sampling from a Uniform probability density distribution.
A templated (base) class for handling sampling from vector RVs.
UniformVectorRealizer(const char *prefix, const VectorSet< V, M > &unifiedImageSet)
Constructor.
~UniformVectorRealizer()
Destructor.
const VectorSet< V, M > & unifiedImageSet() const
Image set where the realizations lie. Access to protected attribute m_unifiedImageSet.
void realization(V &nextValues) const
Draws a realization.