We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2304cc6 commit 9822e7aCopy full SHA for 9822e7a
lib/ControlSystemsBase/Project.toml
@@ -2,7 +2,7 @@ name = "ControlSystemsBase"
2
uuid = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"
3
authors = ["Dept. Automatic Control, Lund University"]
4
repo = "https://github.com/JuliaControl/ControlSystems.jl.git"
5
-version = "1.18.0"
+version = "1.18.1"
6
7
[deps]
8
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
lib/ControlSystemsBase/src/matrix_comps.jl
@@ -310,8 +310,6 @@ The Schur form is characterized by `A` being Schur with the real values of eigen
310
sysm ≈ similarity_transform(sys, T)
311
```
312
`SF` is the Schur-factorization of `A`.
313
-
314
-See also [`modal_form`](@ref) and [`hess_form`](@ref)
315
"""
316
function schur_form(sys)
317
SF = schur(sys.A)
0 commit comments