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