| 
    queso-0.55.0
    
   | 
 
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 50 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 70 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 queso_error_msg.
      
  | 
  protected | 
Definition at line 83 of file SampledVectorMdf.h.
      
  | 
  protected | 
Definition at line 82 of file SampledVectorMdf.h.