From 661b72750e3d04d37ba460dc877b89b3bce94686 Mon Sep 17 00:00:00 2001 From: Johannes Kaisinger Date: Wed, 23 Aug 2023 20:05:10 +0200 Subject: [PATCH] change ab01nd docstring sections to numpydoc style --- slycot/analysis.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/slycot/analysis.py b/slycot/analysis.py index b8a17441..172eab1c 100644 --- a/slycot/analysis.py +++ b/slycot/analysis.py @@ -121,6 +121,11 @@ def ab01nd(n, m, A, B, jobz='N', tol=0, ldwork=None): tau : (n, ) ndarray The elements of tau contain the scalar factors of the elementary reflectors used in the reduction of B and A. + + Raises + ------ + SlycotParameterError + :info = -i: the i-th argument had an illegal value; """ hidden = ' (hidden by the wrapper)'