@@ -97,8 +97,6 @@ def sb01bd(n,m,np,alpha,A,B,w,dico,tol=0.0,ldwork=None):
9797
9898 Raises
9999 ------
100- SlycotParameterError
101- :info = -i: the i-th argument had an illegal value;
102100 SlycotArithmeticError
103101 :info = 1:
104102 the reduction of A to a real Schur form failed;
@@ -283,8 +281,6 @@ def sb02md(n,A,G,Q,dico,hinv='D',uplo='U',scal='N',sort='S',ldwork=None):
283281
284282 Raises
285283 ------
286- SlycotParameterError
287- :info = -i: the i-th argument had an illegal value;
288284 SlycotArithmeticError
289285 :info = 1:
290286 Matrix A is (numerically) singular in discrete-
@@ -441,8 +437,6 @@ def sb02mt(n,m,B,R,A=None,Q=None,L=None,fact='N',jobl='Z',uplo='U',ldwork=None):
441437
442438 Raises
443439 ------
444- SlycotParameterError
445- :info = -i: the i-th argument had an illegal value;
446440 SlycotArithmeticError
447441 :1 <= info <= m:
448442 The {info}-th element of the `d` factor is
@@ -602,8 +596,6 @@ def sb02od(n,m,A,B,Q,R,dico,p=None,L=None,fact='N',uplo='U',sort='S',tol=0.0,ldw
602596
603597 Raises
604598 ------
605- SlycotParameterError
606- :info = -i: the i-th argument had an illegal value;
607599 SlycotArithmeticError
608600 :info = 1:
609601 The computed extended matrix pencil is singular,
@@ -764,11 +756,6 @@ def sb03md57(A, U=None, C=None,
764756 w : (n, ) complex ndarray
765757 If fact = 'N', this array contains the eigenvalues of A.
766758
767- Raises
768- ------
769- SlycotParameterError
770- :info = -i: the i-th argument had an illegal value;
771-
772759 Warns
773760 -----
774761 SlycotResultWarning
@@ -927,8 +914,6 @@ def sb03od(n,m,A,Q,B,dico,fact='N',trans='N',ldwork=None):
927914
928915 Raises
929916 ------
930- SlycotParameterError
931- :info = -i: the i-th argument had an illegal value;
932917 SlycotArithmeticError
933918 :info = 4:
934919 FACT = 'F' and the Schur factor S supplied in
@@ -1038,8 +1023,6 @@ def sb04md(n,m,A,B,C,ldwork=None):
10381023
10391024 Raises
10401025 ------
1041- SlycotParameterError
1042- :info = -i: the i-th argument had an illegal value;
10431026 SlycotArithmeticError
10441027 :0 < info <= m:
10451028 The QR algorithm failed to compute all the eigenvalues
@@ -1089,8 +1072,6 @@ def sb04qd(n,m,A,B,C,ldwork=None):
10891072
10901073 Raises
10911074 ------
1092- SlycotParameterError
1093- :info = -i: the i-th argument had an illegal value;
10941075 SlycotArithmeticError
10951076 :0 < info <= m:
10961077 The QR algorithm failed to compute all the eigenvalues
@@ -1237,8 +1218,6 @@ def sb10ad(n,m,np,ncon,nmeas,gamma,A,B,C,D,job=3,gtol=0.0,actol=0.0,liwork=None,
12371218
12381219 Raises
12391220 ------
1240- SlycotParameterError
1241- :info = -i: the i-th argument had an illegal value;
12421221 SlycotArithmeticError
12431222 :info = 1:
12441223 The matrix
@@ -1448,8 +1427,6 @@ def sb10dd(n,m,np,ncon,nmeas,gamma,A,B,C,D,tol=0.0,ldwork=None):
14481427
14491428 Raises
14501429 ------
1451- SlycotParameterError
1452- :info = -i: the i-th argument had an illegal value;
14531430 SlycotArithmeticError
14541431 :info = 1:
14551432 The matrix
@@ -1606,8 +1583,6 @@ def sb10hd(n,m,np,ncon,nmeas,A,B,C,D,tol=0.0,ldwork=None):
16061583
16071584 Raises
16081585 ------
1609- SlycotParameterError
1610- :info = -i: the i-th argument had an illegal value;
16111586 SlycotArithmeticError
16121587 :info = 1:
16131588 The matrix D12 had not full column rank in
@@ -1702,8 +1677,6 @@ def sb10jd(n,m,np,A,B,C,D,E,ldwork=None):
17021677
17031678 Raises
17041679 ------
1705- SlycotParameterError
1706- :info = -i: the i-th argument had an illegal value;
17071680 SlycotArithmeticError
17081681 :info == 1:
17091682 The iteration for computing singular value
@@ -1789,8 +1762,6 @@ def sb10yd(discfl,flag,lendat,rfrdat,ifrdat,omega,n,tol,ldwork=None):
17891762
17901763 Raises
17911764 ------
1792- SlycotParameterError
1793- :info = -i: the i-th argument had an illegal value;
17941765 SlycotArithmeticError
17951766 :info == 0: successful exit;
17961767 :info < 0: if info = -i, the i-th argument had an illegal value
@@ -2009,8 +1980,6 @@ def sg03ad(dico,job,fact,trans,uplo,N,A,E,Q,Z,X,ldwork=None):
20091980
20101981 Raises
20111982 ------
2012- SlycotParameterError
2013- :info = -i: the i-th argument had an illegal value;
20141983 SlycotArithmeticError
20151984 :info = 1:
20161985 FACT = 'F' and the matrix contained in the upper
@@ -2345,8 +2314,6 @@ def sg02ad(dico,jobb,fact,uplo,jobl,scal,sort,acc,N,M,P,A,E,B,Q,R,L,ldwork=None,
23452314
23462315 Raises
23472316 ------
2348- SlycotParameterError
2349- :info = -i: the i-th argument had an illegal value;
23502317 SlycotArithmeticError
23512318 :info = 1:
23522319 The computed extended matrix pencil is singular,
@@ -2558,8 +2525,6 @@ def sg03bd(n,m,A,E,Q,Z,B,dico,fact='N',trans='N',ldwork=None):
25582525
25592526 Raises
25602527 ------
2561- SlycotParameterError
2562- :info = -i: the i-th argument had an illegal value;
25632528 SlycotArithmeticError
25642529 :info = 2:
25652530 fact = 'F' and the matrix contained in the upper
@@ -2748,7 +2713,6 @@ def sb10fd(n,m,np,ncon,nmeas,gamma,A,B,C,D,tol=0.0,ldwork=None):
27482713 Raises
27492714 ------
27502715 SlycotParameterError
2751- :info = -i: the i-th argument had an illegal value;
27522716 :info = -27:
27532717 The dimension ldwork of the cache array is too small.
27542718 Use ldwork=0 for the minimum size or ldwork=None for automatic
0 commit comments