@@ -32752,7 +32752,7 @@ module stdlib_linalg_lapack_c
32752
32752
! Executable Statements
32753
32753
! test the input parameters.
32754
32754
info = 0_${ik}$
32755
- onenrm = norm=='1_${ik}$ ' .or. stdlib_lsame( norm, 'O' )
32755
+ onenrm = norm=='1 ' .or. stdlib_lsame( norm, 'O' )
32756
32756
if( .not.onenrm .and. .not.stdlib_lsame( norm, 'I' ) ) then
32757
32757
info = -1_${ik}$
32758
32758
else if( n<0_${ik}$ ) then
@@ -33345,7 +33345,7 @@ module stdlib_linalg_lapack_c
33345
33345
! Executable Statements
33346
33346
! test the input parameters.
33347
33347
info = 0_${ik}$
33348
- onenrm = norm=='1_${ik}$ ' .or. stdlib_lsame( norm, 'O' )
33348
+ onenrm = norm=='1 ' .or. stdlib_lsame( norm, 'O' )
33349
33349
if( .not.onenrm .and. .not.stdlib_lsame( norm, 'I' ) ) then
33350
33350
info = -1_${ik}$
33351
33351
else if( n<0_${ik}$ ) then
@@ -41301,7 +41301,7 @@ module stdlib_linalg_lapack_c
41301
41301
if( value<temp .or. stdlib${ii}$_sisnan( temp ) ) value = temp
41302
41302
end do
41303
41303
end do
41304
- else if( ( stdlib_lsame( norm, 'O' ) ) .or. ( norm=='1_${ik}$ ' ) ) then
41304
+ else if( ( stdlib_lsame( norm, 'O' ) ) .or. ( norm=='1 ' ) ) then
41305
41305
! find norm1(a).
41306
41306
value = zero
41307
41307
do j = 1, n
@@ -41376,7 +41376,7 @@ module stdlib_linalg_lapack_c
41376
41376
if( value<temp .or. stdlib${ii}$_sisnan( temp ) ) value = temp
41377
41377
end do
41378
41378
end do
41379
- else if( ( stdlib_lsame( norm, 'O' ) ) .or. ( norm=='1_${ik}$ ' ) ) then
41379
+ else if( ( stdlib_lsame( norm, 'O' ) ) .or. ( norm=='1 ' ) ) then
41380
41380
! find norm1(a).
41381
41381
value = zero
41382
41382
do j = 1, n
@@ -41449,7 +41449,7 @@ module stdlib_linalg_lapack_c
41449
41449
if( anorm<abs( du( i ) ) .or. stdlib${ii}$_sisnan (abs( du( i ) ) ) )anorm = abs(du(i))
41450
41450
41451
41451
end do
41452
- else if( stdlib_lsame( norm, 'O' ) .or. norm=='1_${ik}$ ' ) then
41452
+ else if( stdlib_lsame( norm, 'O' ) .or. norm=='1 ' ) then
41453
41453
! find norm1(a).
41454
41454
if( n==1_${ik}$ ) then
41455
41455
anorm = abs( d( 1_${ik}$ ) )
@@ -41538,7 +41538,7 @@ module stdlib_linalg_lapack_c
41538
41538
end do
41539
41539
end if
41540
41540
else if( ( stdlib_lsame( norm, 'I' ) ) .or. ( stdlib_lsame( norm, 'O' ) ) .or.( &
41541
- norm=='1_${ik}$ ' ) ) then
41541
+ norm=='1 ' ) ) then
41542
41542
! find normi(a) ( = norm1(a), since a is hermitian).
41543
41543
value = zero
41544
41544
if( stdlib_lsame( uplo, 'U' ) ) then
@@ -41657,7 +41657,7 @@ module stdlib_linalg_lapack_c
41657
41657
end do
41658
41658
end if
41659
41659
else if( ( stdlib_lsame( norm, 'I' ) ) .or. ( stdlib_lsame( norm, 'O' ) ) .or.( &
41660
- norm=='1_${ik}$ ' ) ) then
41660
+ norm=='1 ' ) ) then
41661
41661
! find normi(a) ( = norm1(a), since a is hermitian).
41662
41662
value = zero
41663
41663
if( stdlib_lsame( uplo, 'U' ) ) then
@@ -42069,7 +42069,7 @@ module stdlib_linalg_lapack_c
42069
42069
end if
42070
42070
end if
42071
42071
else if( ( stdlib_lsame( norm, 'I' ) ) .or. ( stdlib_lsame( norm, 'O' ) ) .or.( &
42072
- norm=='1_${ik}$ ' ) ) then
42072
+ norm=='1 ' ) ) then
42073
42073
! find normi(a) ( = norm1(a), since a is hermitian).
42074
42074
if( ifm==1_${ik}$ ) then
42075
42075
! a is 'n'
@@ -42991,7 +42991,7 @@ module stdlib_linalg_lapack_c
42991
42991
end do
42992
42992
end if
42993
42993
else if( ( stdlib_lsame( norm, 'I' ) ) .or. ( stdlib_lsame( norm, 'O' ) ) .or.( &
42994
- norm=='1_${ik}$ ' ) ) then
42994
+ norm=='1 ' ) ) then
42995
42995
! find normi(a) ( = norm1(a), since a is hermitian).
42996
42996
value = zero
42997
42997
k = 1_${ik}$
@@ -43101,7 +43101,7 @@ module stdlib_linalg_lapack_c
43101
43101
if( value < sum .or. stdlib${ii}$_sisnan( sum ) ) value = sum
43102
43102
end do
43103
43103
end do
43104
- else if( ( stdlib_lsame( norm, 'O' ) ) .or. ( norm=='1_${ik}$ ' ) ) then
43104
+ else if( ( stdlib_lsame( norm, 'O' ) ) .or. ( norm=='1 ' ) ) then
43105
43105
! find norm1(a).
43106
43106
value = zero
43107
43107
do j = 1, n
@@ -43173,7 +43173,7 @@ module stdlib_linalg_lapack_c
43173
43173
sum = abs( e( i ) )
43174
43174
if( anorm < sum .or. stdlib${ii}$_sisnan( sum ) ) anorm = sum
43175
43175
end do
43176
- else if( stdlib_lsame( norm, 'O' ) .or. norm=='1_${ik}$ ' .or.stdlib_lsame( norm, 'I' ) ) &
43176
+ else if( stdlib_lsame( norm, 'O' ) .or. norm=='1 ' .or.stdlib_lsame( norm, 'I' ) ) &
43177
43177
then
43178
43178
! find norm1(a).
43179
43179
if( n==1_${ik}$ ) then
@@ -43246,7 +43246,7 @@ module stdlib_linalg_lapack_c
43246
43246
end do
43247
43247
end if
43248
43248
else if( ( stdlib_lsame( norm, 'I' ) ) .or. ( stdlib_lsame( norm, 'O' ) ) .or.( &
43249
- norm=='1_${ik}$ ' ) ) then
43249
+ norm=='1 ' ) ) then
43250
43250
! find normi(a) ( = norm1(a), since a is symmetric).
43251
43251
value = zero
43252
43252
if( stdlib_lsame( uplo, 'U' ) ) then
@@ -43355,7 +43355,7 @@ module stdlib_linalg_lapack_c
43355
43355
end do
43356
43356
end if
43357
43357
else if( ( stdlib_lsame( norm, 'I' ) ) .or. ( stdlib_lsame( norm, 'O' ) ) .or.( &
43358
- norm=='1_${ik}$ ' ) ) then
43358
+ norm=='1 ' ) ) then
43359
43359
! find normi(a) ( = norm1(a), since a is symmetric).
43360
43360
value = zero
43361
43361
k = 1_${ik}$
@@ -43484,7 +43484,7 @@ module stdlib_linalg_lapack_c
43484
43484
end do
43485
43485
end if
43486
43486
else if( ( stdlib_lsame( norm, 'I' ) ) .or. ( stdlib_lsame( norm, 'O' ) ) .or.( &
43487
- norm=='1_${ik}$ ' ) ) then
43487
+ norm=='1 ' ) ) then
43488
43488
! find normi(a) ( = norm1(a), since a is symmetric).
43489
43489
value = zero
43490
43490
if( stdlib_lsame( uplo, 'U' ) ) then
@@ -43599,7 +43599,7 @@ module stdlib_linalg_lapack_c
43599
43599
end do
43600
43600
end if
43601
43601
end if
43602
- else if( ( stdlib_lsame( norm, 'O' ) ) .or. ( norm=='1_${ik}$ ' ) ) then
43602
+ else if( ( stdlib_lsame( norm, 'O' ) ) .or. ( norm=='1 ' ) ) then
43603
43603
! find norm1(a).
43604
43604
value = zero
43605
43605
udiag = stdlib_lsame( diag, 'U' )
@@ -43797,7 +43797,7 @@ module stdlib_linalg_lapack_c
43797
43797
end do
43798
43798
end if
43799
43799
end if
43800
- else if( ( stdlib_lsame( norm, 'O' ) ) .or. ( norm=='1_${ik}$ ' ) ) then
43800
+ else if( ( stdlib_lsame( norm, 'O' ) ) .or. ( norm=='1 ' ) ) then
43801
43801
! find norm1(a).
43802
43802
value = zero
43803
43803
k = 1_${ik}$
@@ -43998,7 +43998,7 @@ module stdlib_linalg_lapack_c
43998
43998
end do
43999
43999
end if
44000
44000
end if
44001
- else if( ( stdlib_lsame( norm, 'O' ) ) .or. ( norm=='1_${ik}$ ' ) ) then
44001
+ else if( ( stdlib_lsame( norm, 'O' ) ) .or. ( norm=='1 ' ) ) then
44002
44002
! find norm1(a).
44003
44003
value = zero
44004
44004
udiag = stdlib_lsame( diag, 'U' )
@@ -49356,7 +49356,7 @@ module stdlib_linalg_lapack_c
49356
49356
! test the input parameters.
49357
49357
info = 0_${ik}$
49358
49358
upper = stdlib_lsame( uplo, 'U' )
49359
- onenrm = norm=='1_${ik}$ ' .or. stdlib_lsame( norm, 'O' )
49359
+ onenrm = norm=='1 ' .or. stdlib_lsame( norm, 'O' )
49360
49360
nounit = stdlib_lsame( diag, 'N' )
49361
49361
if( .not.onenrm .and. .not.stdlib_lsame( norm, 'I' ) ) then
49362
49362
info = -1_${ik}$
@@ -50436,7 +50436,7 @@ module stdlib_linalg_lapack_c
50436
50436
! test the input parameters.
50437
50437
info = 0_${ik}$
50438
50438
upper = stdlib_lsame( uplo, 'U' )
50439
- onenrm = norm=='1_${ik}$ ' .or. stdlib_lsame( norm, 'O' )
50439
+ onenrm = norm=='1 ' .or. stdlib_lsame( norm, 'O' )
50440
50440
nounit = stdlib_lsame( diag, 'N' )
50441
50441
if( .not.onenrm .and. .not.stdlib_lsame( norm, 'I' ) ) then
50442
50442
info = -1_${ik}$
@@ -50902,7 +50902,7 @@ module stdlib_linalg_lapack_c
50902
50902
! test the input parameters.
50903
50903
info = 0_${ik}$
50904
50904
upper = stdlib_lsame( uplo, 'U' )
50905
- onenrm = norm=='1_${ik}$ ' .or. stdlib_lsame( norm, 'O' )
50905
+ onenrm = norm=='1 ' .or. stdlib_lsame( norm, 'O' )
50906
50906
nounit = stdlib_lsame( diag, 'N' )
50907
50907
if( .not.onenrm .and. .not.stdlib_lsame( norm, 'I' ) ) then
50908
50908
info = -1_${ik}$
@@ -53082,7 +53082,7 @@ module stdlib_linalg_lapack_c
53082
53082
! compute the norm of the matrix a and the
53083
53083
! reciprocal pivot growth factor rpvgrw.
53084
53084
if( notran ) then
53085
- norm = '1_${ik}$ '
53085
+ norm = '1 '
53086
53086
else
53087
53087
norm = 'I'
53088
53088
end if
@@ -54954,7 +54954,7 @@ module stdlib_linalg_lapack_c
54954
54954
! Executable Statements
54955
54955
! test the input arguments.
54956
54956
info = 0_${ik}$
54957
- onenrm = norm=='1_${ik}$ ' .or. stdlib_lsame( norm, 'O' )
54957
+ onenrm = norm=='1 ' .or. stdlib_lsame( norm, 'O' )
54958
54958
if( .not.onenrm .and. .not.stdlib_lsame( norm, 'I' ) ) then
54959
54959
info = -1_${ik}$
54960
54960
else if( n<0_${ik}$ ) then
@@ -55280,7 +55280,7 @@ module stdlib_linalg_lapack_c
55280
55280
end if
55281
55281
! compute the norm of the matrix a.
55282
55282
if( notran ) then
55283
- norm = '1_${ik}$ '
55283
+ norm = '1 '
55284
55284
else
55285
55285
norm = 'I'
55286
55286
end if
@@ -60863,7 +60863,7 @@ module stdlib_linalg_lapack_c
60863
60863
end if
60864
60864
end if
60865
60865
! compute the norm of the matrix a.
60866
- anorm = stdlib${ii}$_clanhb( '1_${ik}$ ', uplo, n, kd, ab, ldab, rwork )
60866
+ anorm = stdlib${ii}$_clanhb( '1 ', uplo, n, kd, ab, ldab, rwork )
60867
60867
! compute the reciprocal of the condition number of a.
60868
60868
call stdlib${ii}$_cpbcon( uplo, n, kd, afb, ldafb, anorm, rcond, work, rwork,info )
60869
60869
! compute the solution matrix x.
@@ -61393,7 +61393,7 @@ module stdlib_linalg_lapack_c
61393
61393
end if
61394
61394
end if
61395
61395
! compute the norm of the matrix a.
61396
- anorm = stdlib${ii}$_clanhe( '1_${ik}$ ', uplo, n, a, lda, rwork )
61396
+ anorm = stdlib${ii}$_clanhe( '1 ', uplo, n, a, lda, rwork )
61397
61397
! compute the reciprocal of the condition number of a.
61398
61398
call stdlib${ii}$_cpocon( uplo, n, af, ldaf, anorm, rcond, work, rwork, info )
61399
61399
! compute the solution matrix x.
@@ -61742,7 +61742,7 @@ module stdlib_linalg_lapack_c
61742
61742
end if
61743
61743
end if
61744
61744
! compute the norm of the matrix a.
61745
- anorm = stdlib${ii}$_clanht( '1_${ik}$ ', n, d, e )
61745
+ anorm = stdlib${ii}$_clanht( '1 ', n, d, e )
61746
61746
! compute the reciprocal of the condition number of a.
61747
61747
call stdlib${ii}$_cptcon( n, df, ef, anorm, rcond, rwork, info )
61748
61748
! compute the solution vectors x.
@@ -62530,7 +62530,7 @@ module stdlib_linalg_lapack_c
62530
62530
! quick return if possible
62531
62531
if( m==n .or. m==0_${ik}$ ) then
62532
62532
if( wants )s = one
62533
- if( wantsp )sep = stdlib${ii}$_clange( '1_${ik}$ ', n, n, t, ldt, rwork )
62533
+ if( wantsp )sep = stdlib${ii}$_clange( '1 ', n, n, t, ldt, rwork )
62534
62534
go to 40
62535
62535
end if
62536
62536
! collect the selected eigenvalues at the top left corner of t.
@@ -70390,7 +70390,7 @@ module stdlib_linalg_lapack_c
70390
70390
! compute the norm of the matrix a and the
70391
70391
! reciprocal pivot growth factor rpvgrw.
70392
70392
if( notran ) then
70393
- norm = '1_${ik}$ '
70393
+ norm = '1 '
70394
70394
else
70395
70395
norm = 'I'
70396
70396
end if
@@ -71824,13 +71824,13 @@ module stdlib_linalg_lapack_c
71824
71824
call stdlib${ii}$_cggbal( balanc, n, a, lda, b, ldb, ilo, ihi, lscale, rscale,rwork, ierr )
71825
71825
71826
71826
! compute abnrm and bbnrm
71827
- abnrm = stdlib${ii}$_clange( '1_${ik}$ ', n, n, a, lda, rwork( 1_${ik}$ ) )
71827
+ abnrm = stdlib${ii}$_clange( '1 ', n, n, a, lda, rwork( 1_${ik}$ ) )
71828
71828
if( ilascl ) then
71829
71829
rwork( 1_${ik}$ ) = abnrm
71830
71830
call stdlib${ii}$_slascl( 'G', 0_${ik}$, 0_${ik}$, anrmto, anrm, 1_${ik}$, 1_${ik}$, rwork( 1_${ik}$ ), 1_${ik}$,ierr )
71831
71831
abnrm = rwork( 1_${ik}$ )
71832
71832
end if
71833
- bbnrm = stdlib${ii}$_clange( '1_${ik}$ ', n, n, b, ldb, rwork( 1_${ik}$ ) )
71833
+ bbnrm = stdlib${ii}$_clange( '1 ', n, n, b, ldb, rwork( 1_${ik}$ ) )
71834
71834
if( ilbscl ) then
71835
71835
rwork( 1_${ik}$ ) = bbnrm
71836
71836
call stdlib${ii}$_slascl( 'G', 0_${ik}$, 0_${ik}$, bnrmto, bnrm, 1_${ik}$, 1_${ik}$, rwork( 1_${ik}$ ), 1_${ik}$,ierr )
@@ -74225,7 +74225,7 @@ module stdlib_linalg_lapack_c
74225
74225
if( scalea )call stdlib${ii}$_clascl( 'G', 0_${ik}$, 0_${ik}$, anrm, cscale, n, n, a, lda, ierr )
74226
74226
! balance the matrix and compute abnrm
74227
74227
call stdlib${ii}$_cgebal( balanc, n, a, lda, ilo, ihi, scale, ierr )
74228
- abnrm = stdlib${ii}$_clange( '1_${ik}$ ', n, n, a, lda, dum )
74228
+ abnrm = stdlib${ii}$_clange( '1 ', n, n, a, lda, dum )
74229
74229
if( scalea ) then
74230
74230
dum( 1_${ik}$ ) = abnrm
74231
74231
call stdlib${ii}$_slascl( 'G', 0_${ik}$, 0_${ik}$, cscale, anrm, 1_${ik}$, 1_${ik}$, dum, 1_${ik}$, ierr )
0 commit comments