8000 Add ab04md by KybernetikJo · Pull Request #201 · python-control/Slycot · GitHub
[go: up one dir, main page]

Skip to content

Add ab04md #201

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Aug 24, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docstring (remove input mark from int types)
  • Loading branch information
KybernetikJo committed Aug 23, 2023
commit fe5c56aaf5b011d765ab77410543021496d4c70e
4 changes: 2 additions & 2 deletions slycot/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,10 @@ def ab04md(type_t, n, m, p, A, B, C, D, alpha=1.0, beta=1.0, ldwork=None):
The order of the matrix A, the number of rows of matrix B and
the number of columns of matrix C. It represents the dimension of
the state vector. n > 0.
m : input int
m : int
The number of columns of matrix B. It represents the dimension of
the input vector. m > 0.
p : input int
p : int
The number of rows of matrix C. It represents the dimension of
the output vector. p > 0.
A : input rank-2 array('d') with bounds (n,n)
Expand Down
0