25 #include <queso/GaussianVectorMdf.h> 
   30 template<
class V,
class M>
 
   34   const V&                       domainExpectedValues,
 
   35   const V&                       domainVarianceValues)
 
   38   m_covMatrix              (m_domainSet.newDiagMatrix(domainVarianceValues*domainVarianceValues))
 
   55 template<
class V,
class M>
 
   59   const V&                       domainExpectedValues,
 
   63   m_covMatrix              (new M(covMatrix))
 
   80 template<
class V,
class M>
 
   86 template<
class V, 
class M>
 
   94                       "GaussianVectorMdf<V,M>::mdfVec()",
 
   99 template <
class V, 
class M>
 
  106 template<
class V,
class M>
 
  112                       "GaussianVectorMdf<V,M>::commonConstructor()",
 
A templated (base) class for handling MDFs of vector functions. 
 
A templated class for handling sets. 
 
std::ofstream * subDisplayFile() const 
Access function for m_subDisplayFile (displays file on stream). 
 
const BaseEnvironment & m_env
 
void print(std::ostream &os) const 
TODO: Prints the vector CDF. 
 
void values(const V ¶mValues, V &mdfVec) const 
TODO: Returns the values of the vector CDF at each element of paramValues. 
 
#define UQ_FATAL_TEST_MACRO(test, givenRank, where, what)
 
GaussianVectorMdf(const char *prefix, const VectorSet< V, M > &domainSet, const V &domainExpectedValues, const V &domainVarianceValues)
TODO: Constructor. 
 
unsigned int displayVerbosity() const 
 
~GaussianVectorMdf()
Destructor.