Skip to content

Commit 3969264

Browse files
committed
Add ag08bd to __init__ file
1 parent c2117e2 commit 3969264

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

slycot/__init__.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,16 @@
2727
# U : Utility Routines
2828

2929

30-
# Analysis routines (17/60 wrapped)
30+
# Analysis routines (18/60 wrapped)
3131
from .analysis import (ab01nd,
3232
ab04md,
3333
ab05md, ab05nd,
3434
ab07nd,
3535
ab08nd, ab08nz,
3636
ab09ad, ab09ax, ab09bd, ab09md, ab09nd,
37-
ab13bd, ab13dd, ab13ed, ab13fd, ab13md)
38-
37+
ab13bd, ab13dd, ab13ed, ab13fd, ab13md,
38+
ag08bd)
39+
3940
# Benchmark routines (0/6 wrapped)
4041

4142
# Adaptive control routines (0/0 wrapped)

0 commit comments

Comments
 (0)