Skip to content

Commit 8b61b98

Browse files
committed
Add tg01ad, tg01fd routines to __init__.py
1 parent 70be09b commit 8b61b98

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

slycot/__init__.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,17 @@
6262
sb10ad, sb10dd, sb10fd, sb10hd, sb10jd, sb10yd,
6363
sg02ad,
6464
sg03ad, sg03bd)
65-
66-
# Transformation routines (10/77 wrapped)
65+
66+
# Transformation routines (12/77 wrapped)
6767
from .transform import (tb01id, tb01pd,
6868
tb03ad,
6969
tb04ad,
7070
tb05ad,
71-
tc01od, tc04ad,
71+
tc01od,
72+
tc04ad,
7273
td04ad,
73-
tf01md, tf01rd)
74+
tf01md, tf01rd,
75+
tg01ad, tg01fd)
7476

7577
# Utility routines (0/7 wrapped)
7678

0 commit comments

Comments
 (0)