Skip to content

Commit

Permalink
Merge c6e6b7c into fea37c7
Browse files Browse the repository at this point in the history
  • Loading branch information
bnavigator committed Mar 5, 2024
2 parents fea37c7 + c6e6b7c commit bccbbca
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions slycot/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ src/SLICOT-Reference/src/AB13DD.f
src/SLICOT-Reference/src/AB13DX.f
src/SLICOT-Reference/src/AB13ED.f
src/SLICOT-Reference/src/AB13FD.f
src/SLICOT-Reference/src/AB13HD.f
src/SLICOT-Reference/src/AB13ID.f
src/SLICOT-Reference/src/AB13MD.f
src/SLICOT-Reference/src/AB8NXZ.f
Expand Down Expand Up @@ -105,6 +106,8 @@ src/SLICOT-Reference/src/MA01AD.f
src/SLICOT-Reference/src/MA01BD.f
src/SLICOT-Reference/src/MA01BZ.f
src/SLICOT-Reference/src/MA01CD.f
src/SLICOT-Reference/src/MA01DD.f
src/SLICOT-Reference/src/MA01DZ.f
src/SLICOT-Reference/src/MA02AD.f
src/SLICOT-Reference/src/MA02AZ.f
src/SLICOT-Reference/src/MA02BD.f
Expand All @@ -131,6 +134,8 @@ src/SLICOT-Reference/src/MA02OD.f
src/SLICOT-Reference/src/MA02OZ.f
src/SLICOT-Reference/src/MA02PD.f
src/SLICOT-Reference/src/MA02PZ.f
src/SLICOT-Reference/src/MA02RD.f
src/SLICOT-Reference/src/MA02SD.f
src/SLICOT-Reference/src/MB01KD.f
src/SLICOT-Reference/src/MB01LD.f
src/SLICOT-Reference/src/MB01MD.f
Expand Down Expand Up @@ -322,7 +327,13 @@ src/SLICOT-Reference/src/MB04QF.f
src/SLICOT-Reference/src/MB04QS.f
src/SLICOT-Reference/src/MB04QU.f
src/SLICOT-Reference/src/MB04RB.f
src/SLICOT-Reference/src/MB04RD.f
src/SLICOT-Reference/src/MB04RS.f
src/SLICOT-Reference/src/MB04RT.f
src/SLICOT-Reference/src/MB04RU.f
src/SLICOT-Reference/src/MB04RV.f
src/SLICOT-Reference/src/MB04RW.f
src/SLICOT-Reference/src/MB04RZ.f
src/SLICOT-Reference/src/MB04SU.f
src/SLICOT-Reference/src/MB04TB.f
src/SLICOT-Reference/src/MB04TS.f
Expand Down Expand Up @@ -613,6 +624,7 @@ src/SLICOT-Reference/src/UD01MD.f
src/SLICOT-Reference/src/UD01MZ.f
src/SLICOT-Reference/src/UD01ND.f
src/SLICOT-Reference/src/UE01MD.f
src/SLICOT-Reference/src/zelctg.f

src/SLICOT-Reference/src/delctg.f
src/SLICOT-Reference/src/select.f
Expand Down
4 changes: 2 additions & 2 deletions slycot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# U : Utility Routines


# Analysis routines (18/60 wrapped)
# Analysis routines (18/61 wrapped)
from .analysis import (ab01nd,
ab04md,
ab05md, ab05nd,
Expand All @@ -47,7 +47,7 @@

# Identification routines (0/15 wrapped)

# Mathematical routines (8/281 wrapped)
# Mathematical routines (8/291 wrapped)
from .math import (mb02ed, mb03rd, mb03vd, mb03vy, mb03wd,
mb05md, mb05nd,
mc01td)
Expand Down

0 comments on commit bccbbca

Please sign in to comment.