Skip to content

Commit

Permalink
Add tg01ad, tg01fd routines to __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KybernetikJo committed Jan 8, 2024
1 parent 58df98f commit 356cd44
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions slycot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,17 @@
sb10ad, sb10dd, sb10fd, sb10hd, sb10jd, sb10yd,
sg02ad,
sg03ad, sg03bd)

# Transformation routines (10/77 wrapped)
# Transformation routines (12/77 wrapped)
from .transform import (tb01id, tb01pd,
tb03ad,
tb04ad,
tb05ad,
tc01od, tc04ad,
tc01od,
tc04ad,
td04ad,
tf01md, tf01rd)
tf01md, tf01rd,
tg01ad, tg01fd)

# Utility routines (0/7 wrapped)

Expand Down

0 comments on commit 356cd44

Please sign in to comment.