25 #ifndef UQ_TRANSITION_KERNEL_GROUP_H
26 #define UQ_TRANSITION_KERNEL_GROUP_H
28 #include <queso/VectorRV.h>
29 #include <queso/GaussianVectorRV.h>
30 #include <queso/ScalarFunctionSynchronizer.h>
49 template <
class V = GslVector,
class M = GslMatrix>
60 const std::vector<double>& scales);
96 virtual void print (std::ostream& os)
const;
105 std::vector<BaseVectorRV<V,M>* >
m_rvs;
110 #endif // UQ_TRANSITION_KERNEL_GROUP_H
virtual void print(std::ostream &os) const
TODO: Prints the transition kernel.
This class sets up the environment underlying the use of the QUESO library by an executable.
This base class allows the representation of a transition kernel.
A templated base class for handling vector RV.
virtual ~BaseTKGroup()
Destructor.
const EmptyEnvironment * m_emptyEnv
virtual bool setPreComputingPosition(const V &position, unsigned int stageId)
Sets the pre-computing positions m_preComputingPositions[stageId] with a new vector of size position...
const VectorSpace< V, M > * m_vectorSpace
const BaseEnvironment & m_env
virtual void clearPreComputingPositions()
Clears the pre-computing positions m_preComputingPositions[stageId].
const BaseEnvironment & env() const
QUESO's environment.
This (virtual) class sets up the environment underlying the use of the QUESO library by an executable...
std::vector< const V * > m_preComputingPositions
virtual const BaseVectorRV< V, M > & rv(unsigned int stageId) const =0
Gaussian increment property to construct a transition kernel. See template specialization.
std::vector< BaseVectorRV< V, M > * > m_rvs
BaseTKGroup()
Default constructor.
std::vector< double > m_scales
const V & preComputingPosition(unsigned int stageId) const
Pre-computing position; access to protected attribute *m_preComputingPositions[stageId].
A class representing a vector space.
virtual bool symmetric() const =0
Whether or not the matrix is symmetric. See template specialization.