Skip to content

Commit

Permalink
Update docstring (remove input mark from int types)
Browse files Browse the repository at this point in the history
  • Loading branch information
KybernetikJo committed Aug 23, 2023
1 parent 6643167 commit fe5c56a
Showing 1 changed file with 2 additions and 2 deletions.
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 comments on commit fe5c56a

Please sign in to comment.