You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

zchkhe_rook.f 28 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848
  1. *> \brief \b ZCHKHE_ROOK
  2. *
  3. * =========== DOCUMENTATION ===========
  4. *
  5. * Online html documentation available at
  6. * http://www.netlib.org/lapack/explore-html/
  7. *
  8. * Definition:
  9. * ===========
  10. *
  11. * SUBROUTINE ZCHKHE_ROOK( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, NSVAL,
  12. * THRESH, TSTERR, NMAX, A, AFAC, AINV, B, X,
  13. * XACT, WORK, RWORK, IWORK, NOUT )
  14. *
  15. * .. Scalar Arguments ..
  16. * LOGICAL TSTERR
  17. * INTEGER NMAX, NN, NNB, NNS, NOUT
  18. * DOUBLE PRECISION THRESH
  19. * ..
  20. * .. Array Arguments ..
  21. * LOGICAL DOTYPE( * )
  22. * INTEGER IWORK( * ), NBVAL( * ), NSVAL( * ), NVAL( * )
  23. * DOUBLE PRECISION RWORK( * )
  24. * COMPLEX*16 A( * ), AFAC( * ), AINV( * ), B( * ),
  25. * $ WORK( * ), X( * ), XACT( * )
  26. * ..
  27. *
  28. *
  29. *> \par Purpose:
  30. * =============
  31. *>
  32. *> \verbatim
  33. *>
  34. *> ZCHKHE_ROOK tests ZHETRF_ROOK, -TRI_ROOK, -TRS_ROOK,
  35. *> and -CON_ROOK.
  36. *> \endverbatim
  37. *
  38. * Arguments:
  39. * ==========
  40. *
  41. *> \param[in] DOTYPE
  42. *> \verbatim
  43. *> DOTYPE is LOGICAL array, dimension (NTYPES)
  44. *> The matrix types to be used for testing. Matrices of type j
  45. *> (for 1 <= j <= NTYPES) are used for testing if DOTYPE(j) =
  46. *> .TRUE.; if DOTYPE(j) = .FALSE., then type j is not used.
  47. *> \endverbatim
  48. *>
  49. *> \param[in] NN
  50. *> \verbatim
  51. *> NN is INTEGER
  52. *> The number of values of N contained in the vector NVAL.
  53. *> \endverbatim
  54. *>
  55. *> \param[in] NVAL
  56. *> \verbatim
  57. *> NVAL is INTEGER array, dimension (NN)
  58. *> The values of the matrix dimension N.
  59. *> \endverbatim
  60. *>
  61. *> \param[in] NNB
  62. *> \verbatim
  63. *> NNB is INTEGER
  64. *> The number of values of NB contained in the vector NBVAL.
  65. *> \endverbatim
  66. *>
  67. *> \param[in] NBVAL
  68. *> \verbatim
  69. *> NBVAL is INTEGER array, dimension (NBVAL)
  70. *> The values of the blocksize NB.
  71. *> \endverbatim
  72. *>
  73. *> \param[in] NNS
  74. *> \verbatim
  75. *> NNS is INTEGER
  76. *> The number of values of NRHS contained in the vector NSVAL.
  77. *> \endverbatim
  78. *>
  79. *> \param[in] NSVAL
  80. *> \verbatim
  81. *> NSVAL is INTEGER array, dimension (NNS)
  82. *> The values of the number of right hand sides NRHS.
  83. *> \endverbatim
  84. *>
  85. *> \param[in] THRESH
  86. *> \verbatim
  87. *> THRESH is DOUBLE PRECISION
  88. *> The threshold value for the test ratios. A result is
  89. *> included in the output file if RESULT >= THRESH. To have
  90. *> every test ratio printed, use THRESH = 0.
  91. *> \endverbatim
  92. *>
  93. *> \param[in] TSTERR
  94. *> \verbatim
  95. *> TSTERR is LOGICAL
  96. *> Flag that indicates whether error exits are to be tested.
  97. *> \endverbatim
  98. *>
  99. *> \param[in] NMAX
  100. *> \verbatim
  101. *> NMAX is INTEGER
  102. *> The maximum value permitted for N, used in dimensioning the
  103. *> work arrays.
  104. *> \endverbatim
  105. *>
  106. *> \param[out] A
  107. *> \verbatim
  108. *> A is CCOMPLEX*16 array, dimension (NMAX*NMAX)
  109. *> \endverbatim
  110. *>
  111. *> \param[out] AFAC
  112. *> \verbatim
  113. *> AFAC is COMPLEX*16 array, dimension (NMAX*NMAX)
  114. *> \endverbatim
  115. *>
  116. *> \param[out] AINV
  117. *> \verbatim
  118. *> AINV is COMPLEX*16 array, dimension (NMAX*NMAX)
  119. *> \endverbatim
  120. *>
  121. *> \param[out] B
  122. *> \verbatim
  123. *> B is CCOMPLEX*16 array, dimension (NMAX*NSMAX)
  124. *> where NSMAX is the largest entry in NSVAL.
  125. *> \endverbatim
  126. *>
  127. *> \param[out] X
  128. *> \verbatim
  129. *> X is COMPLEX*16 array, dimension (NMAX*NSMAX)
  130. *> \endverbatim
  131. *>
  132. *> \param[out] XACT
  133. *> \verbatim
  134. *> XACT is COMPLEX*16 array, dimension (NMAX*NSMAX)
  135. *> \endverbatim
  136. *>
  137. *> \param[out] WORK
  138. *> \verbatim
  139. *> WORK is COMPLEX*16 array, dimension (NMAX*max(3,NSMAX))
  140. *> \endverbatim
  141. *>
  142. *> \param[out] RWORK
  143. *> \verbatim
  144. *> RWORK is DOUBLE PRECISION array, dimension (max(NMAX,2*NSMAX)
  145. *> \endverbatim
  146. *>
  147. *> \param[out] IWORK
  148. *> \verbatim
  149. *> IWORK is INTEGER array, dimension (2*NMAX)
  150. *> \endverbatim
  151. *>
  152. *> \param[in] NOUT
  153. *> \verbatim
  154. *> NOUT is INTEGER
  155. *> The unit number for output.
  156. *> \endverbatim
  157. *
  158. * Authors:
  159. * ========
  160. *
  161. *> \author Univ. of Tennessee
  162. *> \author Univ. of California Berkeley
  163. *> \author Univ. of Colorado Denver
  164. *> \author NAG Ltd.
  165. *
  166. *> \date November 2015
  167. *
  168. *> \ingroup complex16_lin
  169. *
  170. * =====================================================================
  171. SUBROUTINE ZCHKHE_ROOK( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, NSVAL,
  172. $ THRESH, TSTERR, NMAX, A, AFAC, AINV, B, X,
  173. $ XACT, WORK, RWORK, IWORK, NOUT )
  174. *
  175. * -- LAPACK test routine (version 3.6.0) --
  176. * -- LAPACK is a software package provided by Univ. of Tennessee, --
  177. * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
  178. * November 2015
  179. *
  180. * .. Scalar Arguments ..
  181. LOGICAL TSTERR
  182. INTEGER NMAX, NN, NNB, NNS, NOUT
  183. DOUBLE PRECISION THRESH
  184. * ..
  185. * .. Array Arguments ..
  186. LOGICAL DOTYPE( * )
  187. INTEGER IWORK( * ), NBVAL( * ), NSVAL( * ), NVAL( * )
  188. DOUBLE PRECISION RWORK( * )
  189. COMPLEX*16 A( * ), AFAC( * ), AINV( * ), B( * ),
  190. $ WORK( * ), X( * ), XACT( * )
  191. * ..
  192. *
  193. * =====================================================================
  194. *
  195. * .. Parameters ..
  196. DOUBLE PRECISION ZERO, ONE
  197. PARAMETER ( ZERO = 0.0D+0, ONE = 1.0D+0 )
  198. DOUBLE PRECISION ONEHALF
  199. PARAMETER ( ONEHALF = 0.5D+0 )
  200. DOUBLE PRECISION EIGHT, SEVTEN
  201. PARAMETER ( EIGHT = 8.0D+0, SEVTEN = 17.0D+0 )
  202. COMPLEX*16 CZERO
  203. PARAMETER ( CZERO = ( 0.0D+0, 0.0D+0 ) )
  204. INTEGER NTYPES
  205. PARAMETER ( NTYPES = 10 )
  206. INTEGER NTESTS
  207. PARAMETER ( NTESTS = 7 )
  208. * ..
  209. * .. Local Scalars ..
  210. LOGICAL TRFCON, ZEROT
  211. CHARACTER DIST, TYPE, UPLO, XTYPE
  212. CHARACTER*3 PATH, MATPATH
  213. INTEGER I, I1, I2, IMAT, IN, INB, INFO, IOFF, IRHS,
  214. $ ITEMP, ITEMP2, IUPLO, IZERO, J, K, KL, KU, LDA,
  215. $ LWORK, MODE, N, NB, NERRS, NFAIL, NIMAT, NRHS,
  216. $ NRUN, NT
  217. DOUBLE PRECISION ALPHA, ANORM, CNDNUM, CONST, SING_MAX,
  218. $ SING_MIN, RCOND, RCONDC, DTEMP
  219. * ..
  220. * .. Local Arrays ..
  221. CHARACTER UPLOS( 2 )
  222. INTEGER ISEED( 4 ), ISEEDY( 4 ), IDUMMY( 1 )
  223. DOUBLE PRECISION RESULT( NTESTS )
  224. COMPLEX*16 BLOCK( 2, 2 ), ZDUMMY( 1 )
  225. * ..
  226. * .. External Functions ..
  227. DOUBLE PRECISION ZLANGE, ZLANHE, DGET06
  228. EXTERNAL ZLANGE, ZLANHE, DGET06
  229. * ..
  230. * .. External Subroutines ..
  231. EXTERNAL ALAERH, ALAHD, ALASUM, ZERRHE, ZGESVD, ZGET04,
  232. $ ZLACPY, ZLARHS, ZLATB4, ZLATMS, ZPOT02,
  233. $ ZPOT03, ZHECON_ROOK, ZHET01_ROOK, ZHETRF_ROOK,
  234. $ ZHETRI_ROOK, ZHETRS_ROOK, XLAENV
  235. * ..
  236. * .. Intrinsic Functions ..
  237. INTRINSIC CONJG, MAX, MIN, SQRT
  238. * ..
  239. * .. Scalars in Common ..
  240. LOGICAL LERR, OK
  241. CHARACTER*32 SRNAMT
  242. INTEGER INFOT, NUNIT
  243. * ..
  244. * .. Common blocks ..
  245. COMMON / INFOC / INFOT, NUNIT, OK, LERR
  246. COMMON / SRNAMC / SRNAMT
  247. * ..
  248. * .. Data statements ..
  249. DATA ISEEDY / 1988, 1989, 1990, 1991 /
  250. DATA UPLOS / 'U', 'L' /
  251. * ..
  252. * .. Executable Statements ..
  253. *
  254. * Initialize constants and the random number seed.
  255. *
  256. ALPHA = ( ONE+SQRT( SEVTEN ) ) / EIGHT
  257. *
  258. * Test path
  259. *
  260. PATH( 1: 1 ) = 'Zomplex precision'
  261. PATH( 2: 3 ) = 'HR'
  262. *
  263. * Path to generate matrices
  264. *
  265. MATPATH( 1: 1 ) = 'Zomplex precision'
  266. MATPATH( 2: 3 ) = 'HE'
  267. *
  268. NRUN = 0
  269. NFAIL = 0
  270. NERRS = 0
  271. DO 10 I = 1, 4
  272. ISEED( I ) = ISEEDY( I )
  273. 10 CONTINUE
  274. *
  275. * Test the error exits
  276. *
  277. IF( TSTERR )
  278. $ CALL ZERRHE( PATH, NOUT )
  279. INFOT = 0
  280. *
  281. * Set the minimum block size for which the block routine should
  282. * be used, which will be later returned by ILAENV
  283. *
  284. CALL XLAENV( 2, 2 )
  285. *
  286. * Do for each value of N in NVAL
  287. *
  288. DO 270 IN = 1, NN
  289. N = NVAL( IN )
  290. LDA = MAX( N, 1 )
  291. XTYPE = 'N'
  292. NIMAT = NTYPES
  293. IF( N.LE.0 )
  294. $ NIMAT = 1
  295. *
  296. IZERO = 0
  297. *
  298. * Do for each value of matrix type IMAT
  299. *
  300. DO 260 IMAT = 1, NIMAT
  301. *
  302. * Do the tests only if DOTYPE( IMAT ) is true.
  303. *
  304. IF( .NOT.DOTYPE( IMAT ) )
  305. $ GO TO 260
  306. *
  307. * Skip types 3, 4, 5, or 6 if the matrix size is too small.
  308. *
  309. ZEROT = IMAT.GE.3 .AND. IMAT.LE.6
  310. IF( ZEROT .AND. N.LT.IMAT-2 )
  311. $ GO TO 260
  312. *
  313. * Do first for UPLO = 'U', then for UPLO = 'L'
  314. *
  315. DO 250 IUPLO = 1, 2
  316. UPLO = UPLOS( IUPLO )
  317. *
  318. * Begin generate the test matrix A.
  319. *
  320. * Set up parameters with ZLATB4 for the matrix generator
  321. * based on the type of matrix to be generated.
  322. *
  323. CALL ZLATB4( MATPATH, IMAT, N, N, TYPE, KL, KU, ANORM,
  324. $ MODE, CNDNUM, DIST )
  325. *
  326. * Generate a matrix with ZLATMS.
  327. *
  328. SRNAMT = 'ZLATMS'
  329. CALL ZLATMS( N, N, DIST, ISEED, TYPE, RWORK, MODE,
  330. $ CNDNUM, ANORM, KL, KU, UPLO, A, LDA,
  331. $ WORK, INFO )
  332. *
  333. * Check error code from ZLATMS and handle error.
  334. *
  335. IF( INFO.NE.0 ) THEN
  336. CALL ALAERH( PATH, 'ZLATMS', INFO, 0, UPLO, N, N,
  337. $ -1, -1, -1, IMAT, NFAIL, NERRS, NOUT )
  338. *
  339. * Skip all tests for this generated matrix
  340. *
  341. GO TO 250
  342. END IF
  343. *
  344. * For matrix types 3-6, zero one or more rows and
  345. * columns of the matrix to test that INFO is returned
  346. * correctly.
  347. *
  348. IF( ZEROT ) THEN
  349. IF( IMAT.EQ.3 ) THEN
  350. IZERO = 1
  351. ELSE IF( IMAT.EQ.4 ) THEN
  352. IZERO = N
  353. ELSE
  354. IZERO = N / 2 + 1
  355. END IF
  356. *
  357. IF( IMAT.LT.6 ) THEN
  358. *
  359. * Set row and column IZERO to zero.
  360. *
  361. IF( IUPLO.EQ.1 ) THEN
  362. IOFF = ( IZERO-1 )*LDA
  363. DO 20 I = 1, IZERO - 1
  364. A( IOFF+I ) = CZERO
  365. 20 CONTINUE
  366. IOFF = IOFF + IZERO
  367. DO 30 I = IZERO, N
  368. A( IOFF ) = CZERO
  369. IOFF = IOFF + LDA
  370. 30 CONTINUE
  371. ELSE
  372. IOFF = IZERO
  373. DO 40 I = 1, IZERO - 1
  374. A( IOFF ) = CZERO
  375. IOFF = IOFF + LDA
  376. 40 CONTINUE
  377. IOFF = IOFF - IZERO
  378. DO 50 I = IZERO, N
  379. A( IOFF+I ) = CZERO
  380. 50 CONTINUE
  381. END IF
  382. ELSE
  383. IF( IUPLO.EQ.1 ) THEN
  384. *
  385. * Set the first IZERO rows and columns to zero.
  386. *
  387. IOFF = 0
  388. DO 70 J = 1, N
  389. I2 = MIN( J, IZERO )
  390. DO 60 I = 1, I2
  391. A( IOFF+I ) = CZERO
  392. 60 CONTINUE
  393. IOFF = IOFF + LDA
  394. 70 CONTINUE
  395. ELSE
  396. *
  397. * Set the last IZERO rows and columns to zero.
  398. *
  399. IOFF = 0
  400. DO 90 J = 1, N
  401. I1 = MAX( J, IZERO )
  402. DO 80 I = I1, N
  403. A( IOFF+I ) = CZERO
  404. 80 CONTINUE
  405. IOFF = IOFF + LDA
  406. 90 CONTINUE
  407. END IF
  408. END IF
  409. ELSE
  410. IZERO = 0
  411. END IF
  412. *
  413. * End generate the test matrix A.
  414. *
  415. *
  416. * Do for each value of NB in NBVAL
  417. *
  418. DO 240 INB = 1, NNB
  419. *
  420. * Set the optimal blocksize, which will be later
  421. * returned by ILAENV.
  422. *
  423. NB = NBVAL( INB )
  424. CALL XLAENV( 1, NB )
  425. *
  426. * Copy the test matrix A into matrix AFAC which
  427. * will be factorized in place. This is needed to
  428. * preserve the test matrix A for subsequent tests.
  429. *
  430. CALL ZLACPY( UPLO, N, N, A, LDA, AFAC, LDA )
  431. *
  432. * Compute the L*D*L**T or U*D*U**T factorization of the
  433. * matrix. IWORK stores details of the interchanges and
  434. * the block structure of D. AINV is a work array for
  435. * block factorization, LWORK is the length of AINV.
  436. *
  437. LWORK = MAX( 2, NB )*LDA
  438. SRNAMT = 'ZHETRF_ROOK'
  439. CALL ZHETRF_ROOK( UPLO, N, AFAC, LDA, IWORK, AINV,
  440. $ LWORK, INFO )
  441. *
  442. * Adjust the expected value of INFO to account for
  443. * pivoting.
  444. *
  445. K = IZERO
  446. IF( K.GT.0 ) THEN
  447. 100 CONTINUE
  448. IF( IWORK( K ).LT.0 ) THEN
  449. IF( IWORK( K ).NE.-K ) THEN
  450. K = -IWORK( K )
  451. GO TO 100
  452. END IF
  453. ELSE IF( IWORK( K ).NE.K ) THEN
  454. K = IWORK( K )
  455. GO TO 100
  456. END IF
  457. END IF
  458. *
  459. * Check error code from ZHETRF_ROOK and handle error.
  460. *
  461. IF( INFO.NE.K)
  462. $ CALL ALAERH( PATH, 'ZHETRF_ROOK', INFO, K,
  463. $ UPLO, N, N, -1, -1, NB, IMAT,
  464. $ NFAIL, NERRS, NOUT )
  465. *
  466. * Set the condition estimate flag if the INFO is not 0.
  467. *
  468. IF( INFO.NE.0 ) THEN
  469. TRFCON = .TRUE.
  470. ELSE
  471. TRFCON = .FALSE.
  472. END IF
  473. *
  474. *+ TEST 1
  475. * Reconstruct matrix from factors and compute residual.
  476. *
  477. CALL ZHET01_ROOK( UPLO, N, A, LDA, AFAC, LDA, IWORK,
  478. $ AINV, LDA, RWORK, RESULT( 1 ) )
  479. NT = 1
  480. *
  481. *+ TEST 2
  482. * Form the inverse and compute the residual,
  483. * if the factorization was competed without INFO > 0
  484. * (i.e. there is no zero rows and columns).
  485. * Do it only for the first block size.
  486. *
  487. IF( INB.EQ.1 .AND. .NOT.TRFCON ) THEN
  488. CALL ZLACPY( UPLO, N, N, AFAC, LDA, AINV, LDA )
  489. SRNAMT = 'ZHETRI_ROOK'
  490. CALL ZHETRI_ROOK( UPLO, N, AINV, LDA, IWORK, WORK,
  491. $ INFO )
  492. *
  493. * Check error code from ZHETRI_ROOK and handle error.
  494. *
  495. IF( INFO.NE.0 )
  496. $ CALL ALAERH( PATH, 'ZHETRI_ROOK', INFO, -1,
  497. $ UPLO, N, N, -1, -1, -1, IMAT,
  498. $ NFAIL, NERRS, NOUT )
  499. *
  500. * Compute the residual for a Hermitian matrix times
  501. * its inverse.
  502. *
  503. CALL ZPOT03( UPLO, N, A, LDA, AINV, LDA, WORK, LDA,
  504. $ RWORK, RCONDC, RESULT( 2 ) )
  505. NT = 2
  506. END IF
  507. *
  508. * Print information about the tests that did not pass
  509. * the threshold.
  510. *
  511. DO 110 K = 1, NT
  512. IF( RESULT( K ).GE.THRESH ) THEN
  513. IF( NFAIL.EQ.0 .AND. NERRS.EQ.0 )
  514. $ CALL ALAHD( NOUT, PATH )
  515. WRITE( NOUT, FMT = 9999 )UPLO, N, NB, IMAT, K,
  516. $ RESULT( K )
  517. NFAIL = NFAIL + 1
  518. END IF
  519. 110 CONTINUE
  520. NRUN = NRUN + NT
  521. *
  522. *+ TEST 3
  523. * Compute largest element in U or L
  524. *
  525. RESULT( 3 ) = ZERO
  526. DTEMP = ZERO
  527. *
  528. CONST = ( ( ALPHA**2-ONE ) / ( ALPHA**2-ONEHALF ) ) /
  529. $ ( ONE-ALPHA )
  530. *
  531. IF( IUPLO.EQ.1 ) THEN
  532. *
  533. * Compute largest element in U
  534. *
  535. K = N
  536. 120 CONTINUE
  537. IF( K.LE.1 )
  538. $ GO TO 130
  539. *
  540. IF( IWORK( K ).GT.ZERO ) THEN
  541. *
  542. * Get max absolute value from elements
  543. * in column k in U
  544. *
  545. DTEMP = ZLANGE( 'M', K-1, 1,
  546. $ AFAC( ( K-1 )*LDA+1 ), LDA, RWORK )
  547. ELSE
  548. *
  549. * Get max absolute value from elements
  550. * in columns k and k-1 in U
  551. *
  552. DTEMP = ZLANGE( 'M', K-2, 2,
  553. $ AFAC( ( K-2 )*LDA+1 ), LDA, RWORK )
  554. K = K - 1
  555. *
  556. END IF
  557. *
  558. * DTEMP should be bounded by CONST
  559. *
  560. DTEMP = DTEMP - CONST + THRESH
  561. IF( DTEMP.GT.RESULT( 3 ) )
  562. $ RESULT( 3 ) = DTEMP
  563. *
  564. K = K - 1
  565. *
  566. GO TO 120
  567. 130 CONTINUE
  568. *
  569. ELSE
  570. *
  571. * Compute largest element in L
  572. *
  573. K = 1
  574. 140 CONTINUE
  575. IF( K.GE.N )
  576. $ GO TO 150
  577. *
  578. IF( IWORK( K ).GT.ZERO ) THEN
  579. *
  580. * Get max absolute value from elements
  581. * in column k in L
  582. *
  583. DTEMP = ZLANGE( 'M', N-K, 1,
  584. $ AFAC( ( K-1 )*LDA+K+1 ), LDA, RWORK )
  585. ELSE
  586. *
  587. * Get max absolute value from elements
  588. * in columns k and k+1 in L
  589. *
  590. DTEMP = ZLANGE( 'M', N-K-1, 2,
  591. $ AFAC( ( K-1 )*LDA+K+2 ), LDA, RWORK )
  592. K = K + 1
  593. *
  594. END IF
  595. *
  596. * DTEMP should be bounded by CONST
  597. *
  598. DTEMP = DTEMP - CONST + THRESH
  599. IF( DTEMP.GT.RESULT( 3 ) )
  600. $ RESULT( 3 ) = DTEMP
  601. *
  602. K = K + 1
  603. *
  604. GO TO 140
  605. 150 CONTINUE
  606. END IF
  607. *
  608. *
  609. *+ TEST 4
  610. * Compute largest 2-Norm (condition number)
  611. * of 2-by-2 diag blocks
  612. *
  613. RESULT( 4 ) = ZERO
  614. DTEMP = ZERO
  615. *
  616. CONST = ( ( ALPHA**2-ONE ) / ( ALPHA**2-ONEHALF ) )*
  617. $ ( ( ONE + ALPHA ) / ( ONE - ALPHA ) )
  618. CALL ZLACPY( UPLO, N, N, AFAC, LDA, AINV, LDA )
  619. *
  620. IF( IUPLO.EQ.1 ) THEN
  621. *
  622. * Loop backward for UPLO = 'U'
  623. *
  624. K = N
  625. 160 CONTINUE
  626. IF( K.LE.1 )
  627. $ GO TO 170
  628. *
  629. IF( IWORK( K ).LT.ZERO ) THEN
  630. *
  631. * Get the two singular values
  632. * (real and non-negative) of a 2-by-2 block,
  633. * store them in RWORK array
  634. *
  635. BLOCK( 1, 1 ) = AFAC( ( K-2 )*LDA+K-1 )
  636. BLOCK( 1, 2 ) = AFAC( (K-1)*LDA+K-1 )
  637. BLOCK( 2, 1 ) = CONJG( BLOCK( 1, 2 ) )
  638. BLOCK( 2, 2 ) = AFAC( (K-1)*LDA+K )
  639. *
  640. CALL ZGESVD( 'N', 'N', 2, 2, BLOCK, 2, RWORK,
  641. $ ZDUMMY, 1, ZDUMMY, 1,
  642. $ WORK, 6, RWORK( 3 ), INFO )
  643. *
  644. *
  645. SING_MAX = RWORK( 1 )
  646. SING_MIN = RWORK( 2 )
  647. *
  648. DTEMP = SING_MAX / SING_MIN
  649. *
  650. * DTEMP should be bounded by CONST
  651. *
  652. DTEMP = DTEMP - CONST + THRESH
  653. IF( DTEMP.GT.RESULT( 4 ) )
  654. $ RESULT( 4 ) = DTEMP
  655. K = K - 1
  656. *
  657. END IF
  658. *
  659. K = K - 1
  660. *
  661. GO TO 160
  662. 170 CONTINUE
  663. *
  664. ELSE
  665. *
  666. * Loop forward for UPLO = 'L'
  667. *
  668. K = 1
  669. 180 CONTINUE
  670. IF( K.GE.N )
  671. $ GO TO 190
  672. *
  673. IF( IWORK( K ).LT.ZERO ) THEN
  674. *
  675. * Get the two singular values
  676. * (real and non-negative) of a 2-by-2 block,
  677. * store them in RWORK array
  678. *
  679. BLOCK( 1, 1 ) = AFAC( ( K-1 )*LDA+K )
  680. BLOCK( 2, 1 ) = AFAC( ( K-1 )*LDA+K+1 )
  681. BLOCK( 1, 2 ) = CONJG( BLOCK( 2, 1 ) )
  682. BLOCK( 2, 2 ) = AFAC( K*LDA+K+1 )
  683. *
  684. CALL ZGESVD( 'N', 'N', 2, 2, BLOCK, 2, RWORK,
  685. $ ZDUMMY, 1, ZDUMMY, 1,
  686. $ WORK, 6, RWORK(3), INFO )
  687. *
  688. SING_MAX = RWORK( 1 )
  689. SING_MIN = RWORK( 2 )
  690. *
  691. DTEMP = SING_MAX / SING_MIN
  692. *
  693. * DTEMP should be bounded by CONST
  694. *
  695. DTEMP = DTEMP - CONST + THRESH
  696. IF( DTEMP.GT.RESULT( 4 ) )
  697. $ RESULT( 4 ) = DTEMP
  698. K = K + 1
  699. *
  700. END IF
  701. *
  702. K = K + 1
  703. *
  704. GO TO 180
  705. 190 CONTINUE
  706. END IF
  707. *
  708. * Print information about the tests that did not pass
  709. * the threshold.
  710. *
  711. DO 200 K = 3, 4
  712. IF( RESULT( K ).GE.THRESH ) THEN
  713. IF( NFAIL.EQ.0 .AND. NERRS.EQ.0 )
  714. $ CALL ALAHD( NOUT, PATH )
  715. WRITE( NOUT, FMT = 9999 )UPLO, N, NB, IMAT, K,
  716. $ RESULT( K )
  717. NFAIL = NFAIL + 1
  718. END IF
  719. 200 CONTINUE
  720. NRUN = NRUN + 2
  721. *
  722. * Skip the other tests if this is not the first block
  723. * size.
  724. *
  725. IF( INB.GT.1 )
  726. $ GO TO 240
  727. *
  728. * Do only the condition estimate if INFO is not 0.
  729. *
  730. IF( TRFCON ) THEN
  731. RCONDC = ZERO
  732. GO TO 230
  733. END IF
  734. *
  735. * Do for each value of NRHS in NSVAL.
  736. *
  737. DO 220 IRHS = 1, NNS
  738. NRHS = NSVAL( IRHS )
  739. *
  740. * Begin loop over NRHS values
  741. *
  742. *
  743. *+ TEST 5 ( Using TRS_ROOK)
  744. * Solve and compute residual for A * X = B.
  745. *
  746. * Choose a set of NRHS random solution vectors
  747. * stored in XACT and set up the right hand side B
  748. *
  749. SRNAMT = 'ZLARHS'
  750. CALL ZLARHS( MATPATH, XTYPE, UPLO, ' ', N, N,
  751. $ KL, KU, NRHS, A, LDA, XACT, LDA,
  752. $ B, LDA, ISEED, INFO )
  753. CALL ZLACPY( 'Full', N, NRHS, B, LDA, X, LDA )
  754. *
  755. SRNAMT = 'ZHETRS_ROOK'
  756. CALL ZHETRS_ROOK( UPLO, N, NRHS, AFAC, LDA, IWORK,
  757. $ X, LDA, INFO )
  758. *
  759. * Check error code from ZHETRS_ROOK and handle error.
  760. *
  761. IF( INFO.NE.0 )
  762. $ CALL ALAERH( PATH, 'ZHETRS_ROOK', INFO, 0,
  763. $ UPLO, N, N, -1, -1, NRHS, IMAT,
  764. $ NFAIL, NERRS, NOUT )
  765. *
  766. CALL ZLACPY( 'Full', N, NRHS, B, LDA, WORK, LDA )
  767. *
  768. * Compute the residual for the solution
  769. *
  770. CALL ZPOT02( UPLO, N, NRHS, A, LDA, X, LDA, WORK,
  771. $ LDA, RWORK, RESULT( 5 ) )
  772. *
  773. *+ TEST 6
  774. * Check solution from generated exact solution.
  775. *
  776. CALL ZGET04( N, NRHS, X, LDA, XACT, LDA, RCONDC,
  777. $ RESULT( 6 ) )
  778. *
  779. * Print information about the tests that did not pass
  780. * the threshold.
  781. *
  782. DO 210 K = 5, 6
  783. IF( RESULT( K ).GE.THRESH ) THEN
  784. IF( NFAIL.EQ.0 .AND. NERRS.EQ.0 )
  785. $ CALL ALAHD( NOUT, PATH )
  786. WRITE( NOUT, FMT = 9998 )UPLO, N, NRHS,
  787. $ IMAT, K, RESULT( K )
  788. NFAIL = NFAIL + 1
  789. END IF
  790. 210 CONTINUE
  791. NRUN = NRUN + 2
  792. *
  793. * End do for each value of NRHS in NSVAL.
  794. *
  795. 220 CONTINUE
  796. *
  797. *+ TEST 7
  798. * Get an estimate of RCOND = 1/CNDNUM.
  799. *
  800. 230 CONTINUE
  801. ANORM = ZLANHE( '1', UPLO, N, A, LDA, RWORK )
  802. SRNAMT = 'ZHECON_ROOK'
  803. CALL ZHECON_ROOK( UPLO, N, AFAC, LDA, IWORK, ANORM,
  804. $ RCOND, WORK, INFO )
  805. *
  806. * Check error code from ZHECON_ROOK and handle error.
  807. *
  808. IF( INFO.NE.0 )
  809. $ CALL ALAERH( PATH, 'ZHECON_ROOK', INFO, 0,
  810. $ UPLO, N, N, -1, -1, -1, IMAT,
  811. $ NFAIL, NERRS, NOUT )
  812. *
  813. * Compute the test ratio to compare values of RCOND
  814. *
  815. RESULT( 7 ) = DGET06( RCOND, RCONDC )
  816. *
  817. * Print information about the tests that did not pass
  818. * the threshold.
  819. *
  820. IF( RESULT( 7 ).GE.THRESH ) THEN
  821. IF( NFAIL.EQ.0 .AND. NERRS.EQ.0 )
  822. $ CALL ALAHD( NOUT, PATH )
  823. WRITE( NOUT, FMT = 9997 )UPLO, N, IMAT, 7,
  824. $ RESULT( 7 )
  825. NFAIL = NFAIL + 1
  826. END IF
  827. NRUN = NRUN + 1
  828. 240 CONTINUE
  829. *
  830. 250 CONTINUE
  831. 260 CONTINUE
  832. 270 CONTINUE
  833. *
  834. * Print a summary of the results.
  835. *
  836. CALL ALASUM( PATH, NOUT, NFAIL, NRUN, NERRS )
  837. *
  838. 9999 FORMAT( ' UPLO = ''', A1, ''', N =', I5, ', NB =', I4, ', type ',
  839. $ I2, ', test ', I2, ', ratio =', G12.5 )
  840. 9998 FORMAT( ' UPLO = ''', A1, ''', N =', I5, ', NRHS=', I3, ', type ',
  841. $ I2, ', test ', I2, ', ratio =', G12.5 )
  842. 9997 FORMAT( ' UPLO = ''', A1, ''', N =', I5, ',', 10X, ' type ', I2,
  843. $ ', test ', I2, ', ratio =', G12.5 )
  844. RETURN
  845. *
  846. * End of ZCHKHE_ROOK
  847. *
  848. END