queso-0.53.0
GcmTotalInfo.h
Go to the documentation of this file.
1 //-----------------------------------------------------------------------bl-
2 //--------------------------------------------------------------------------
3 //
4 // QUESO - a library to support the Quantification of Uncertainty
5 // for Estimation, Simulation and Optimization
6 //
7 // Copyright (C) 2008-2015 The PECOS Development Team
8 //
9 // This library is free software; you can redistribute it and/or
10 // modify it under the terms of the Version 2.1 GNU Lesser General
11 // Public License as published by the Free Software Foundation.
12 //
13 // This library is distributed in the hope that it will be useful,
14 // but WITHOUT ANY WARRANTY; without even the implied warranty of
15 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 // Lesser General Public License for more details.
17 //
18 // You should have received a copy of the GNU Lesser General Public
19 // License along with this library; if not, write to the Free Software
20 // Foundation, Inc. 51 Franklin Street, Fifth Floor,
21 // Boston, MA 02110-1301 USA
22 //
23 //-----------------------------------------------------------------------el-
24 
25 #ifndef UQ_GCM_TOTAL_INFO_H
26 #define UQ_GCM_TOTAL_INFO_H
27 
28 #include <queso/GcmSimulationInfo.h>
29 #include <queso/GcmExperimentInfo.h>
30 #include <queso/GcmJointInfo.h>
31 #include <queso/MetropolisHastingsSG.h>
32 #include <queso/MLSampling.h>
33 #include <queso/ConcatenationSubset.h>
34 #include <queso/ConcatenatedVectorRV.h>
35 
36 namespace QUESO {
37 
38 class GslVector;
39 class GslMatrix;
40 
41 template <class S_V = GslVector, class S_M = GslMatrix, class D_V = GslVector,
42  class D_M = GslMatrix, class P_V = GslVector, class P_M = GslMatrix,
43  class Q_V = GslVector, class Q_M = GslMatrix>
45 {
46 public:
50  ~GcmTotalInfo();
51 
53 
56 
58  unsigned int m_numConstituents;
59  std::vector<const VectorSet <P_V,P_M>* > m_constitutiveDomains;
60  std::vector<const BaseVectorRV<P_V,P_M>* > m_constitutivePriorRvs;
61  unsigned int m_totalDim;
67 
75 
79 
83 
84 private:
85  void commonConstructor();
86 };
87 
88 } // End namespace QUESO
89 
90 #endif // UQ_GCM_TOTAL_INFO_H
BaseJointPdf< P_V, P_M > * m_solutionPdf
Definition: GcmTotalInfo.h:77
BaseVectorRealizer< P_V, P_M > * m_solutionRealizer
Definition: GcmTotalInfo.h:78
const BaseEnvironment & m_env
Definition: GcmTotalInfo.h:57
A templated class that represents a Metropolis-Hastings generator of samples.
unsigned int initializeTotalDim(const GcmSimulationInfo< S_V, S_M, P_V, P_M, Q_V, Q_M > &s)
Definition: GcmTotalInfo.C:130
MLSampling< P_V, P_M > * m_mlSampler
Definition: GcmTotalInfo.h:81
ConcatenatedVectorRV< P_V, P_M > m_totalPriorRv
Definition: GcmTotalInfo.h:65
std::vector< const BaseVectorRV< P_V, P_M > * > m_constitutivePriorRvs
Definition: GcmTotalInfo.h:60
MetropolisHastingsSG< P_V, P_M > * m_mhSeqGenerator
Definition: GcmTotalInfo.h:80
VectorSet< P_V, P_M > * m_solutionDomain
Definition: GcmTotalInfo.h:76
ConcatenationSubset< P_V, P_M > m_totalDomain
Definition: GcmTotalInfo.h:64
This (virtual) class sets up the environment underlying the use of the QUESO library by an executable...
Definition: Environment.h:193
unsigned int m_totalDim
Definition: GcmTotalInfo.h:61
double m_totalDomainVolume
Definition: GcmTotalInfo.h:63
GcmTotalInfo(const GcmSimulationInfo< S_V, S_M, P_V, P_M, Q_V, Q_M > &s)
Definition: GcmTotalInfo.C:32
GenericVectorRV< P_V, P_M > m_totalPostRv
Definition: GcmTotalInfo.h:66
A templated class that represents a Multilevel generator of samples.
Definition: MLSampling.h:122
VectorSpace< P_V, P_M > m_totalSpace
Definition: GcmTotalInfo.h:62
BaseVectorSequence< P_V, P_M > * m_chain
Definition: GcmTotalInfo.h:82
double m_totalLikeMaxLnValue
Definition: GcmTotalInfo.h:74
std::vector< const VectorSet< P_V, P_M > * > m_constitutiveDomains
Definition: GcmTotalInfo.h:59
unsigned int m_numConstituents
Definition: GcmTotalInfo.h:58
double m_totalPostMaxLnValue
Definition: GcmTotalInfo.h:72

Generated on Thu Jun 11 2015 13:52:32 for queso-0.53.0 by  doxygen 1.8.5