You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -153,9 +156,11 @@ entries bigger than `rtol*maximum(Σ)`. If `rtol` is an integer, the reduced SVD
153
156
for computation.
154
157
155
158
# Fields
159
+
156
160
$(FIELDS)
157
161
158
162
# Signatures
163
+
159
164
$(SIGNATURES)
160
165
"""
161
166
mutable struct TOTALDMD{R, A} <:
@@ -187,17 +192,18 @@ end
187
192
"""
188
193
$(TYPEDEF)
189
194
190
-
191
195
Approximates the Koopman operator `K` via the forward-backward DMD.
192
196
It is assumed that `K = sqrt(K₁*inv(K₂))`, where `K₁` is the approximation via forward and `K₂` via [DMDSVD](@ref). Based on [this paper](https://arxiv.org/pdf/1507.02264).
193
197
194
198
If `truncation` ∈ (0, 1) is given, the singular value decomposition is reduced to include only
195
199
entries bigger than `truncation*maximum(Σ)`. If `truncation` is an integer, the reduced SVD up to `truncation` is used for computation.
0 commit comments