#include <FlowModelComponents.h>
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... | |
| 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.
| const Eigen::VectorXd Data::obs |
The observations.
Definition at line 41 of file FlowModelComponents.h.
Referenced by ConstructDensities(), and ConstructDensity().
| 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().
| const Eigen::VectorXd Data::soln |
The true solution.
Definition at line 35 of file FlowModelComponents.h.
Referenced by ConstructDensities().
| 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().