FlowModelingControl / flowtorch

flowTorch - a Python library for analysis and reduced-order modeling of fluid flows
GNU General Public License v3.0
131 stars 45 forks source link

Projection error for TLSQ DMD #35

Closed AndreWeiner closed 1 year ago

AndreWeiner commented 1 year ago

To compute the projection error, self._dm should be used rather than self._X and self._Y since those are projected already onto the right singular vectors.