Skip to content

Commit 99ac80d

Browse files
committed
Remove generic message for SlycotParameterError in docstring, math.py
1 parent ca8fb3f commit 99ac80d

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

slycot/math.py

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,6 @@ def mb03rd(n, A, X=None, jobx='U', sort='N', pmax=1.0, tol=0.0):
111111
W : (n,) complex ndarray
112112
Contains the complex eigenvalues of the matrix `A`.
113113
114-
Raises
115-
------
116-
SlycotParameterError
117-
:info = -i: the i-th argument had an illegal value;
118-
119114
Notes
120115
-----
121116
**Method**
@@ -301,11 +296,6 @@ def mb03vd(n, ilo, ihi, A):
301296
scalar factors of the elementary reflectors used to form
302297
the matrix Q_j, j = 1, ..., p. See FURTHER COMMENTS.
303298
304-
Raises
305-
------
306-
SlycotParameterError
307-
:info = -i: the i-th argument had an illegal value;
308-
309299
Notes
310300
-----
311301
Each matrix Q_j is represented as a product of (ihi-ilo)
@@ -405,11 +395,6 @@ def mb03vy(n, ilo, ihi, A, Tau, ldwork=None):
405395
Q : ndarray
406396
3D array with same shape as A. Q[:n,:n,j-1] contains the
407397
N-by-N orthogonal matrix Q_j, j = 1, ..., p.
408-
409-
Raises
410-
------
411-
SlycotParameterError
412-
:info = -i: the i-th argument had an illegal value;
413398
"""
414399

415400
hidden = ' (hidden by the wrapper)'
@@ -527,11 +512,6 @@ def mb03wd(job, compz, n, ilo, ihi, iloz, ihiz, H, Q, ldwork=None):
527512
If JOB = 'S', the eigenvalues are stored in the same order
528513
as on the diagonal of the Schur form returned in H.
529514
530-
Raises
531-
------
532-
SlycotParameterError
533-
:info = -i: the i-th argument had an illegal value;
534-
535515
Warns
536516
-----
537517
SlycotResultWarning
@@ -629,11 +609,6 @@ def mb05md(a, delta, balanc='N'):
629609
appear consecutively with the eigenvalue having positive
630610
imaginary part first.
631611
632-
Raises
633-
------
634-
SlycotParameterError
635-
:info = -i: the i-th argument had an illegal value;
636-
637612
Warns
638613
------
639614
SlycotResultWarning
@@ -698,8 +673,6 @@ def mb05nd(a, delta, tol=1e-7):
698673
699674
Raises
700675
------
701-
SlycotParameterError
702-
:info = -i: the i-th argument had an illegal value;
703676
SlycotArithmeticError
704677
:1 < info <=n:
705678
the ({info},{info}) element of the denominator of
@@ -759,11 +732,6 @@ def mc01td(dico, dp, p):
759732
nz : int
760733
The number of unstable zeros.
761734
762-
Raises
763-
------
764-
SlycotParameterError
765-
:info = -i: the i-th argument had an illegal value;
766-
767735
Warns
768736
-----
769737
SlycotResultWarning

0 commit comments

Comments
 (0)