From 63caadfe64b34f54b0be609c11932231d5b6bf8b Mon Sep 17 00:00:00 2001 From: Johannes Kaisinger Date: Sun, 3 Sep 2023 12:24:47 +0200 Subject: [PATCH] Add ag08bd to __init__ file --- slycot/__init__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/slycot/__init__.py b/slycot/__init__.py index 9d8704a8..118ffd25 100644 --- a/slycot/__init__.py +++ b/slycot/__init__.py @@ -27,14 +27,15 @@ # U : Utility Routines - # Analysis routines (17/60 wrapped) + # Analysis routines (18/60 wrapped) from .analysis import (ab01nd, ab04md, ab05md, ab05nd, ab07nd, ab08nd, ab08nz, ab09ad, ab09ax, ab09bd, ab09md, ab09nd, - ab13bd, ab13dd, ab13ed, ab13fd, ab13md) + ab13bd, ab13dd, ab13ed, ab13fd, ab13md, + ag08bd) # Benchmark routines (0/6 wrapped)