25 #ifndef UQ_UNIFORM_VECTOR_RV_H
26 #define UQ_UNIFORM_VECTOR_RV_H
28 #include <queso/VectorRV.h>
29 #include <queso/VectorSpace.h>
30 #include <queso/JointPdf.h>
31 #include <queso/VectorRealizer.h>
32 #include <queso/VectorCdf.h>
33 #include <queso/VectorMdf.h>
34 #include <queso/SequenceOfVectors.h>
48 template <
class V = GslVector,
class M = GslMatrix>
72 void print(std::ostream& os)
const;
88 #endif // UQ_UNIFORM_VECTOR_RV_H
A class representing a uniform vector RV.
const VectorSet< V, M > & imageSet() const
Image set of the vector RV; access to private attribute m_imageSet.
A templated class for handling sets.
void print(std::ostream &os) const
TODO: Prints the vector RV.
A templated base class for handling vector RV.
virtual ~UniformVectorRV()
Virtual destructor.
UniformVectorRV(const char *prefix, const VectorSet< V, M > &imageSet)
Default constructor.