Skip to content

Commit

Permalink
Merge pull request #206 from KybernetikJo/numpydoc_analysis_py
Browse files Browse the repository at this point in the history
Change analysis.py to numpydoc style
  • Loading branch information
bnavigator committed Jan 7, 2024
2 parents c2117e2 + 1c33c79 commit 5b65877
Show file tree
Hide file tree
Showing 2 changed files with 1,014 additions and 990 deletions.
7 changes: 4 additions & 3 deletions slycot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,16 @@
# U : Utility Routines


# Analysis routines (17/60 wrapped)
# Analysis routines (18/60 wrapped)
from .analysis import (ab01nd,
ab04md,
ab05md, ab05nd,
ab07nd,
ab08nd, ab08nz,
ab09ad, ab09ax, ab09bd, ab09md, ab09nd,
ab13bd, ab13dd, ab13ed, ab13fd, ab13md)

ab13bd, ab13dd, ab13ed, ab13fd, ab13md,
ag08bd)

# Benchmark routines (0/6 wrapped)

# Adaptive control routines (0/0 wrapped)
Expand Down
Loading

0 comments on commit 5b65877

Please sign in to comment.