28 #include <queso/VectorSequence.h>
29 #include <queso/Environment.h>
48 template <
class V = GslVector,
class M = GslMatrix>
85 #endif // UQ_REALIZER_H
A templated class for handling sets.
const BaseEnvironment & m_env
unsigned int subPeriod() const
Sub-period of the realization. Access to protected attribute m_subPeriod.
virtual void realization(V &nextValues) const =0
Performs a realization (sample) from a probability density function. See template specialization...
A templated (base) class for handling sampling from vector RVs.
const VectorSet< V, M > & m_unifiedImageSet
This (virtual) class sets up the environment underlying the use of the QUESO library by an executable...
virtual ~BaseVectorRealizer()
Virtual destructor.
const VectorSet< V, M > & unifiedImageSet() const
Image set where the realizations lie. Access to protected attribute m_unifiedImageSet.
BaseVectorRealizer(const char *prefix, const VectorSet< V, M > &unifiedImageSet, unsigned int subPeriod)
Default constructor.