forked from libqueso/queso
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
211 lines (211 loc) · 5.8 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
*.lo
*.o
.deps
.libs
*.gcda
*.gcno
*~
*.log
*.trs
*.dirstamp
*.aux
queso-*tar.gz
Makefile.in
Makefile
!manual/Makefile
manual/mixed_effects/*.pdf
manual/mixed_effects/*.aux
libtool
sl6-config
stamp-h1
aclocal.m4
aminclude.am
autom4te.cache
build-aux
.license.stamp
queso.pc
queso-deps.pc
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
_configs.sed
config.log
config.status
config_queso.h
config_queso.h.tmp
config_queso.h.tmp.in
config_queso.h.tmp.in~
configure
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
doxygen/txt_common/about_vpath.page
doxygen/queso.dox
docs
manual/users/figs
manual/users/make_all_failed
manual/users/users.bbl
manual/users/users.blg
manual/users/users.out
manual/users/users.toc
manual/users/QUESO_users_manual.pdf
examples/exInfoTheory_gsl
examples/exSimpleStatisticalInverseProblem_gsl
examples/exStatisticalForwardProblem_gsl
examples/exStatisticalInverseProblem_gsl
examples/exTgaValidationCycle_gsl
examples/gravity_gsl
examples/tga2_gsl
examples/gaussian_random_field
examples/gaussian_random_field_genmesh
examples/infinite_dim/inverse_options
examples/infinite_dim/parallel_inverse_options
examples/inverse_problem
examples/operator
examples/parallel_inverse_problem
examples/gpmsa_scalar
examples/bimodal_gsl
examples/exSimpleStatisticalForwardProblem_gsl
examples/gp/scalar/outputData
examples/gpscalar
examples/gpscalar2
examples/hysteretic_gsl
examples/outputData
examples/template_eg
examples/template_example/outputData
examples/template_example/template_example
examples/scalarCovariance
examples/diagonalCovariance
examples/fullCovariance
examples/blockDiagonalCovariance
examples/fullCovarianceRandomCoefficient
examples/blockDiagonalCovarianceRandomCoefficients
examples/4d_interp
examples/4d_interp_read
examples/example_SharedPtr
src/core/inc/queso.h
src/libqueso.la
src/queso_version
inc/queso/*.h
test/gsl_tests/get_min_max_vec
test/gsl_tests/get_set_row_column
test/gsl_tests/input
test/gsl_tests/inverse_power_method
test/gsl_tests/multiple_rhs_matrix_solve
test/gsl_tests/outputData/
test/gsl_tests/power_method
test/gslvector_out_sub0.m
test/t01_valid_cycle/TgaValidationCycle_gsl
test/t01_valid_cycle/outputData/
test/t02_sip_sfp/SipSfpExample_gsl
test/t02_sip_sfp/outputData/
test/t03_sequence/SequenceExample_gsl
test/t04_bimodal/BimodalExample_gsl
test/t04_bimodal/outputData/
test/test_uqEnvironment
test/test_uqEnvironmentCopy
test/test_uqEnvironmentEquals
test/test_uqEnvironmentNonFatal
test/test_uqGaussianVectorRVClass
test/test_uqGslMatrix
test/test_uqGslMatrixConstructorFatal
test/test_uqGslVector
test/test_uqGslVectorConstructorFatal
test/test_uqTeuchosVector
test/chain0
test/outputData
test/test_Environment/copy_env
test/test_DistArrayCopy
test/test_DistArrayCtor
test/test_DistArrayEquals
test/test_DistArrayMisc
test/test_GslVectorSpaceCtor
test/test_GslVectorSpaceMisc
test/test_IntersectionSubsetContains
test/test_inf_gaussian
test/test_inf_options
test/test_infinite/inf_options
test/test_operator
test/test_uqexception
test/test_SequenceOfVectorsErase
test/test_gpmsa_cobra
test/test_LlhdTargetOutput
test/test_StatisticalInverseProblem/both_input.txt
test/test_StatisticalInverseProblem/llhdout_input.txt
test/test_StatisticalInverseProblem/neither_input.txt
test/test_StatisticalInverseProblem/targetout_input.txt
test/test_StatisticalInverseProblem/test_LlhdTargetOutput.sh
test/test_outputBoth/
test/test_outputLlhd/
test/test_outputNeither/
test/test_outputTarget/
test/test_jeffreys
test/test_gsloptimizer
test/test_seedwithmap
test/test_seedwithmap_fd
test/test_GammaVectorRVDomain
test/test_GaussianMean1DRegression
test/test_Regression/GaussianMean1DRegression_options
test/test_adaptedcov_output/
test/test_gpmsa_cobra_output/
test/test_logitadaptedcov
test/test_scalarCovariance
test/test_diagonalCovariance
test/test_fullCovariance
test/test_blockDiagonalCovariance
test/test_output_gaussian_likelihoods
test/test_gaussian_likelihoods/queso_input.txt
test/test_GslBlockMatrixInvertMultiply
test/test_SequenceOfVectors/test_unifiedPositionsOfMaximum.sh
test/test_unifiedPositionsOfMaximum
test/test_VectorPdf_gsl
test/test_VectorRV_gsl
test/test_VectorRealizer_gsl
test/test_fullCovarianceRandomCoefficient
test/test_blockDiagonalCovarianceRandomCoefficients
test/test_gaussian_likelihoods/gaussian_consistency_input.txt
test/test_fullCovarianceChain
test/test_diagonalCovarianceChain
test/test_scalarCovarianceChain
test/test_blockDiagonalCovarianceChain
test/test_BoostInputOptionsParser
test/test_InputOptionsParser/test_options_good.txt
test/test_InputOptionsParser/test_options_bad.txt
test/test_InputOptionsParser/test_options_default.txt
test/test_NoInputFile
test/test_InterpolationSurrogate/queso_input.txt
test/test_output_interp_surrogates
test/test_write_InterpolationSurrogateBuilder.dat
test/test_outputNoInputFile
test/test_1D_LinearLagrangeInterpolationSurrogate
test/test_2D_LinearLagrangeInterpolationSurrogate
test/test_3D_LinearLagrangeInterpolationSurrogate
test/test_4D_LinearLagrangeInterpolationSurrogate
test/test_InterpolationSurrogateHelper
test/test_build_InterpolationSurrogateBuilder
test/test_write_InterpolationSurrogateBuilder_1.dat
test/test_write_InterpolationSurrogateBuilder_2.dat
test/output_test_optimizer_options
test/test_optimizer/input_test_optimizer_options
test/test_optimizer_options
test/test_SharedPtr
test/output_test_serialEnv
test/test_Environment/input_test_serialEnv
test/test_serialEnv
test/test_jeffreys_pdf
test/test_gaussian_pdf_gradient
test/test_log_normal_pdf_gradient
test/test_beta_pdf_gradient
test/output_test_intercomm0_gravity_1
test/output_test_intercomm0_gravity_2
test/test_intercomm0_gravity
test/test_intercomm0/gravity_1proc.txt
test/test_intercomm0/gravity_2proc.txt
test/test_intercomm0/test_intercomm0_gravity_run.sh
test/test_seq_of_vec_hdf5_write
test/test_optimizer_input_parameters
test/test_sip_gslopt_options