queso-0.53.0
GcmZInfo.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_Z_INFO_H
26 #define UQ_GCM_Z_INFO_H
27 
28 #include <queso/GcmSimulationInfo.h>
29 #include <queso/GcmExperimentInfo.h>
30 #include <queso/GcmJointInfo.h>
31 
32 namespace QUESO {
33 
34 class GslVector;
35 class GslMatrix;
36 
37 template <class S_V = GslVector, class S_M = GslMatrix, class D_V = GslVector,
38  class D_M = GslMatrix, class P_V = GslVector, class P_M = GslMatrix,
39  class Q_V = GslVector, class Q_M = GslMatrix>
40 class GcmZInfo
41 {
42 public:
43  // Case with no experiments
44  GcmZInfo(bool formCMatrix,
45  bool allOutputsAreScalar,
47  // Case with experiments, and with vector outputs
48  GcmZInfo(bool formCMatrix,
49  bool allOutputsAreScalar,
53  // Case with experiments, and with scalar outputs
54  GcmZInfo(bool allOutputsAreScalar,
57  ~GcmZInfo();
58 
60  unsigned int m_z_size;
63 
64  D_M* m_Cmat; // to be deleted on destructor
65  unsigned int m_Cmat_rank;
66 
71 
72 private:
73  void commonConstructor();
74 };
75 
76 } // End namespace QUESO
77 
78 #endif // UQ_GCM_Z_INFO_H
const BaseEnvironment & m_env
Definition: GcmZInfo.h:59
void commonConstructor()
Definition: GcmZInfo.C:197
unsigned int m_Cmat_rank
Definition: GcmZInfo.h:65
D_M m_tmp_Smat_z_hat_inv
Definition: GcmZInfo.h:70
D_M m_tmp_Smat_extra
Definition: GcmZInfo.h:68
VectorSpace< D_V, D_M > m_z_space
Definition: GcmZInfo.h:61
D_M * m_Cmat
Definition: GcmZInfo.h:64
This (virtual) class sets up the environment underlying the use of the QUESO library by an executable...
Definition: Environment.h:193
GcmZInfo(bool formCMatrix, bool allOutputsAreScalar, const GcmSimulationInfo< S_V, S_M, P_V, P_M, Q_V, Q_M > &s)
Definition: GcmZInfo.C:33
D_M m_tmp_Smat_z_hat
Definition: GcmZInfo.h:69
D_M m_tmp_Smat_z
Definition: GcmZInfo.h:67
unsigned int m_z_size
Definition: GcmZInfo.h:60

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