Skip to content

Commit 63caadf

Browse files
committed
Add ag08bd to __init__ file
1 parent f83f363 commit 63caadf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

slycot/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,15 @@
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)
37+
ab13bd, ab13dd, ab13ed, ab13fd, ab13md,
38+
ag08bd)
3839

3940
# Benchmark routines (0/6 wrapped)
4041

0 commit comments

Comments
 (0)