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
Compute a balanced truncation of the left coprime factorization of `sys`.
93
+
See [`baltrunc2`](@ref) for additional keyword-argument help.
94
+
95
+
# Arguments:
96
+
- `factorization`: The function to perform the coprime factorization. A normalized factorization may be used by passing `RobustAndOptimalControl.DescriptorSystems.gnlcf`.
97
+
- `kwargs`: Are passed to `DescriptorSystems.gbalmr`
98
+
"""
99
+
functionbaltrunc_coprime(sys; residual=false, n=missing, factorization::F= DescriptorSystems.glcf, kwargs...) where F
0 commit comments