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