Skip to content

Commit

Permalink
change ab01nd docstring sections to numpydoc style
Browse files Browse the repository at this point in the history
  • Loading branch information
KybernetikJo committed Aug 23, 2023
1 parent dab40e1 commit 661b727
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions slycot/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@ def ab01nd(n, m, A, B, jobz='N', tol=0, ldwork=None):
tau : (n, ) ndarray
The elements of tau contain the scalar factors of the
elementary reflectors used in the reduction of B and A.
Raises
------
SlycotParameterError
:info = -i: the i-th argument had an illegal value;
"""

hidden = ' (hidden by the wrapper)'
Expand Down

0 comments on commit 661b727

Please sign in to comment.