-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New show function and some new system constructors for discrete-time …
…gains.
- Loading branch information
1 parent
74ab646
commit fd11780
Showing
7 changed files
with
139 additions
and
564 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
name = "PeriodicSystems" | ||
uuid = "5decd0d0-8a5f-11ec-2edd-87b25cbcd17e" | ||
authors = ["Andreas Varga <[email protected]>"] | ||
version = "1.0.0" | ||
version = "1.0.1" | ||
|
||
[deps] | ||
DescriptorSystems = "a81e2ce2-54d1-11eb-2c75-db236b00f339" | ||
FastLapackInterface = "29a986be-02c6-4525-aec4-84b980013641" | ||
IRKGaussLegendre = "58bc7355-f626-4c51-96f2-1f8a038f95a2" | ||
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59" | ||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
|
@@ -37,7 +36,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | |
[compat] | ||
ApproxFun = "0.13" | ||
DescriptorSystems = "1.4" | ||
FastLapackInterface = "2.0" | ||
IRKGaussLegendre = "0.2" | ||
Interpolations = "0.15" | ||
LinearAlgebra = "1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.