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