queso-0.53.0
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
gp
inc
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,
46
const
GcmSimulationInfo<S_V,S_M,P_V,P_M,Q_V,Q_M>
& s);
47
// Case with experiments, and with vector outputs
48
GcmZInfo
(
bool
formCMatrix,
49
bool
allOutputsAreScalar,
50
const
GcmSimulationInfo<S_V,S_M,P_V,P_M,Q_V,Q_M>
& s,
51
const
GcmExperimentInfo<S_V,S_M,D_V,D_M,P_V,P_M>
& e,
52
const
GcmJointInfo <S_V,S_M,D_V,D_M,P_V,P_M,Q_V,Q_M>
& jj);
53
// Case with experiments, and with scalar outputs
54
GcmZInfo
(
bool
allOutputsAreScalar,
55
const
GcmSimulationInfo<S_V,S_M,P_V,P_M,Q_V,Q_M>
& s,
56
const
GcmExperimentInfo<S_V,S_M,D_V,D_M,P_V,P_M>
& e);
57
~GcmZInfo
();
58
59
const
BaseEnvironment
&
m_env
;
60
unsigned
int
m_z_size
;
61
VectorSpace<D_V,D_M>
m_z_space
;
62
D_V
m_Zvec_hat
;
63
64
D_M*
m_Cmat
;
// to be deleted on destructor
65
unsigned
int
m_Cmat_rank
;
66
67
D_M
m_tmp_Smat_z
;
68
D_M
m_tmp_Smat_extra
;
69
D_M
m_tmp_Smat_z_hat
;
70
D_M
m_tmp_Smat_z_hat_inv
;
71
72
private
:
73
void
commonConstructor
();
74
};
75
76
}
// End namespace QUESO
77
78
#endif // UQ_GCM_Z_INFO_H
QUESO::GcmZInfo::m_env
const BaseEnvironment & m_env
Definition:
GcmZInfo.h:59
QUESO::GcmZInfo::commonConstructor
void commonConstructor()
Definition:
GcmZInfo.C:197
QUESO::GcmExperimentInfo
Definition:
GcmExperimentInfo.h:41
QUESO::GcmZInfo::m_Cmat_rank
unsigned int m_Cmat_rank
Definition:
GcmZInfo.h:65
QUESO::GcmZInfo::m_tmp_Smat_z_hat_inv
D_M m_tmp_Smat_z_hat_inv
Definition:
GcmZInfo.h:70
QUESO::GcmZInfo::m_tmp_Smat_extra
D_M m_tmp_Smat_extra
Definition:
GcmZInfo.h:68
QUESO::GcmZInfo::m_Zvec_hat
D_V m_Zvec_hat
Definition:
GcmZInfo.h:62
QUESO::GcmZInfo::m_z_space
VectorSpace< D_V, D_M > m_z_space
Definition:
GcmZInfo.h:61
QUESO::GcmZInfo::m_Cmat
D_M * m_Cmat
Definition:
GcmZInfo.h:64
QUESO::GcmSimulationInfo
Definition:
GcmSimulationInfo.h:41
QUESO::BaseEnvironment
This (virtual) class sets up the environment underlying the use of the QUESO library by an executable...
Definition:
Environment.h:193
QUESO::GcmZInfo::~GcmZInfo
~GcmZInfo()
Definition:
GcmZInfo.C:190
QUESO::GcmZInfo::GcmZInfo
GcmZInfo(bool formCMatrix, bool allOutputsAreScalar, const GcmSimulationInfo< S_V, S_M, P_V, P_M, Q_V, Q_M > &s)
Definition:
GcmZInfo.C:33
QUESO::GcmZInfo
Definition:
GcmZInfo.h:40
QUESO::GcmZInfo::m_tmp_Smat_z_hat
D_M m_tmp_Smat_z_hat
Definition:
GcmZInfo.h:69
QUESO::VectorSpace< D_V, D_M >
QUESO::GcmJointInfo
Definition:
GcmJointInfo.h:39
QUESO::GcmZInfo::m_tmp_Smat_z
D_M m_tmp_Smat_z
Definition:
GcmZInfo.h:67
QUESO::GcmZInfo::m_z_size
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