Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions slycot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

# Identification routines (0/5 wrapped)

# Mathematical routines (1/81 wrapped)
from slycot.math import mc01td
# Mathematical routines (4/81 wrapped)
from slycot.math import mc01td, mb03vd, mb03vy, mb03wd

# Synthesis routines (11/50 wrapped)
from slycot.synthesis import sb01bd,sb02md,sb02mt,sb02od,sb03md,sb04md,sb04qd,sb10ad,sb10hd,sg03ad,sg02ad
Expand Down
Loading