|
queso-0.51.1
|
A class for handling sampled vector MDFs. More...
#include <SampledVectorMdf.h>


Public Member Functions | |
Constructor/Destructor methods | |
| SampledVectorMdf (const char *prefix, const ArrayOfOneDGrids< V, M > &oneDGrids, const ArrayOfOneDTables< V, M > &mdfValues) | |
| Default constructor. More... | |
| ~SampledVectorMdf () | |
| Destructor. More... | |
Mathematical methods | |
| void | values (const V ¶mValues, V &mdfVec) const |
TODO: Returns the values of the vector MDF at each element of paramValues. More... | |
I/O methods | |
| void | print (std::ostream &os) const |
| Prints the vector MDF (values of the grid points and of the MDF at such grid points). More... | |
Public Member Functions inherited from QUESO::BaseVectorMdf< V, M > | |
| BaseVectorMdf (const char *prefix, const VectorSet< V, M > &domainSet) | |
| Default constructor. More... | |
| virtual | ~BaseVectorMdf () |
| Virtual destructor. More... | |
| const VectorSet< V, M > & | domainSet () const |
| Returns the domain set; access to protected attribute m_domainSet. More... | |
Protected Attributes | |
| const ArrayOfOneDGrids< V, M > & | m_oneDGrids |
| const ArrayOfOneDTables< V, M > & | m_mdfValues |
Protected Attributes inherited from QUESO::BaseVectorMdf< V, M > | |
| const BaseEnvironment & | m_env |
| std::string | m_prefix |
| const VectorSet< V, M > & | m_domainSet |
A class for handling sampled vector MDFs.
This class implements a sampled vector marginal density function (MDF), given the grid points where it will be sampled and it returns its values.
Definition at line 47 of file SampledVectorMdf.h.
| QUESO::SampledVectorMdf< V, M >::SampledVectorMdf | ( | const char * | prefix, |
| const ArrayOfOneDGrids< V, M > & | oneDGrids, | ||
| const ArrayOfOneDTables< V, M > & | mdfValues | ||
| ) |
Default constructor.
Instantiates an object of the class given a prefix and the grid points where it will be sampled/evaluated.
Definition at line 31 of file SampledVectorMdf.C.
References QUESO::BaseEnvironment::displayVerbosity(), QUESO::BaseVectorMdf< V, M >::m_env, QUESO::BaseVectorMdf< V, M >::m_prefix, and QUESO::BaseEnvironment::subDisplayFile().
| QUESO::SampledVectorMdf< V, M >::~SampledVectorMdf | ( | ) |
|
virtual |
Prints the vector MDF (values of the grid points and of the MDF at such grid points).
Implements QUESO::BaseVectorMdf< V, M >.
Definition at line 73 of file SampledVectorMdf.C.
|
virtual |
TODO: Returns the values of the vector MDF at each element of paramValues.
Implements QUESO::BaseVectorMdf< V, M >.
Definition at line 60 of file SampledVectorMdf.C.
References UQ_FATAL_TEST_MACRO.
|
protected |
Definition at line 80 of file SampledVectorMdf.h.
|
protected |
Definition at line 79 of file SampledVectorMdf.h.