|
OMDc
2.0.0
created from 2320578 on deploy-documentation
|
15 #ifndef __INC_OMDC_DATA_STORE__
16 #define __INC_OMDC_DATA_STORE__
18 #include "OMD/DataStore.hpp"
88 const Eigen::Ref<const Eigen::MatrixXd> U;
90 const Eigen::MatrixXd Z;
97 const Eigen::Ref<const Eigen::MatrixXd> U,
interface to internal representation of OMD data
Definition: DataStore.hpp:25
Optimal Mode Decomposition for control.
Definition: DataStore.hpp:46
void updateSystemMatrices(const Eigen::Ref< const Eigen::MatrixXd > L)
recomputes internal representations for given modes
const Eigen::Index p
number of inputs
Definition: DataStore.hpp:85
interface to internal representation of OMDc data
Definition: DataStore.hpp:82
const Eigen::MatrixXd getInputMatrix() const
input matrix of linear system from internal representation
const Eigen::VectorXd getInitialState() const
computes intial state from identified system
const Eigen::Index r
rank of reduced space
Definition: DataStore.hpp:30
const Eigen::Ref< const Eigen::MatrixXd > S
reference to snapshots (no data is stored)
Definition: DataStore.hpp:35
DataStore(const Eigen::Ref< const Eigen::MatrixXd > S, const Eigen::Ref< const Eigen::MatrixXd > U, Eigen::Index r)
standard contructor from snapshots and inputs