25 #ifndef UQ_SCALEDCOV_TRANSITION_KERNEL_GROUP_H 
   26 #define UQ_SCALEDCOV_TRANSITION_KERNEL_GROUP_H 
   28 #include <queso/TKGroup.h> 
   29 #include <queso/VectorRV.h> 
   30 #include <queso/ScalarFunctionSynchronizer.h> 
   43 template <
class V = GslVector, 
class M = GslMatrix>
 
   51                                 const std::vector<double>&     scales,
 
   87   void                          print                     (std::ostream& os) 
const;
 
  104 #endif // UQ_SCALEDCOV_TRANSITION_KERNEL_GROUP_H 
const GaussianVectorRV< V, M > & rv(unsigned int stageId) const 
Gaussian increment property to construct a transition kernel. 
 
This base class allows the representation of a transition kernel. 
 
~ScaledCovMatrixTKGroup()
Destructor. 
 
void updateLawCovMatrix(const M &covMatrix)
Scales the covariance matrix. 
 
bool symmetric() const 
Whether or not the matrix is symmetric. Always 'true'. 
 
bool setPreComputingPosition(const V &position, unsigned int stageId)
Sets the pre-computing positions m_preComputingPositions[stageId] with a new vector of size position...
 
void setRVsWithZeroMean()
Sets the mean of the RVs to zero. 
 
This class allows the representation of a transition kernel with a scaled covariance matrix...
 
ScaledCovMatrixTKGroup(const char *prefix, const VectorSpace< V, M > &vectorSpace, const std::vector< double > &scales, const M &covMatrix)
Default constructor. 
 
A class representing a vector space. 
 
void print(std::ostream &os) const 
TODO: Prints the transition kernel. 
 
A class representing a Gaussian vector RV. 
 
void clearPreComputingPositions()
Clears the pre-computing positions m_preComputingPositions[stageId].