MUQ  0.4.3
Data Struct Reference

#include <FlowModelComponents.h>

Detailed Description

Definition at line 28 of file FlowModelComponents.h.

Public Member Functions

 Data (Eigen::VectorXd const &x, Eigen::VectorXd const &soln, Eigen::VectorXd const &obsLoc, Eigen::VectorXd const &obs)
 

Public Attributes

const Eigen::VectorXd x
 The locations where we have computed the true solution. More...
 
const Eigen::VectorXd soln
 The true solution. More...
 
const Eigen::VectorXd obsLoc
 The locations where we have made observations. More...
 
const Eigen::VectorXd obs
 The observations. More...
 

Constructor & Destructor Documentation

◆ Data()

Data::Data ( Eigen::VectorXd const &  x,
Eigen::VectorXd const &  soln,
Eigen::VectorXd const &  obsLoc,
Eigen::VectorXd const &  obs 
)

Definition at line 26 of file FlowModelComponents.cpp.

Member Data Documentation

◆ obs

const Eigen::VectorXd Data::obs

The observations.

Definition at line 41 of file FlowModelComponents.h.

Referenced by ConstructDensities(), and ConstructDensity().

◆ obsLoc

const Eigen::VectorXd Data::obsLoc

The locations where we have made observations.

Definition at line 38 of file FlowModelComponents.h.

Referenced by ConstructDensities(), and ConstructDensity().

◆ soln

const Eigen::VectorXd Data::soln

The true solution.

Definition at line 35 of file FlowModelComponents.h.

Referenced by ConstructDensities().

◆ x

const Eigen::VectorXd Data::x

The locations where we have computed the true solution.

Definition at line 32 of file FlowModelComponents.h.

Referenced by ConstructDensities().


The documentation for this struct was generated from the following files: