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_aa.f 18 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569
  1. *> \brief \b ZCHKHE_AA
  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_AA( 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 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_AA tests ZHETRF_AA, -TRS_AA.
  35. *> \endverbatim
  36. *
  37. * Arguments:
  38. * ==========
  39. *
  40. *> \param[in] DOTYPE
  41. *> \verbatim
  42. *> DOTYPE is LOGICAL array, dimension (NTYPES)
  43. *> The matrix types to be used for testing. Matrices of type j
  44. *> (for 1 <= j <= NTYPES) are used for testing if DOTYPE(j) =
  45. *> .TRUE.; if DOTYPE(j) = .FALSE., then type j is not used.
  46. *> \endverbatim
  47. *>
  48. *> \param[in] NN
  49. *> \verbatim
  50. *> NN is INTEGER
  51. *> The number of values of N contained in the vector NVAL.
  52. *> \endverbatim
  53. *>
  54. *> \param[in] NVAL
  55. *> \verbatim
  56. *> NVAL is INTEGER array, dimension (NN)
  57. *> The values of the matrix dimension N.
  58. *> \endverbatim
  59. *>
  60. *> \param[in] NNB
  61. *> \verbatim
  62. *> NNB is INTEGER
  63. *> The number of values of NB contained in the vector NBVAL.
  64. *> \endverbatim
  65. *>
  66. *> \param[in] NBVAL
  67. *> \verbatim
  68. *> NBVAL is INTEGER array, dimension (NBVAL)
  69. *> The values of the blocksize NB.
  70. *> \endverbatim
  71. *>
  72. *> \param[in] NNS
  73. *> \verbatim
  74. *> NNS is INTEGER
  75. *> The number of values of NRHS contained in the vector NSVAL.
  76. *> \endverbatim
  77. *>
  78. *> \param[in] NSVAL
  79. *> \verbatim
  80. *> NSVAL is INTEGER array, dimension (NNS)
  81. *> The values of the number of right hand sides NRHS.
  82. *> \endverbatim
  83. *>
  84. *> \param[in] THRESH
  85. *> \verbatim
  86. *> THRESH is DOUBLE PRECISION
  87. *> The threshold value for the test ratios. A result is
  88. *> included in the output file if RESULT >= THRESH. To have
  89. *> every test ratio printed, use THRESH = 0.
  90. *> \endverbatim
  91. *>
  92. *> \param[in] TSTERR
  93. *> \verbatim
  94. *> TSTERR is LOGICAL
  95. *> Flag that indicates whether error exits are to be tested.
  96. *> \endverbatim
  97. *>
  98. *> \param[in] NMAX
  99. *> \verbatim
  100. *> NMAX is INTEGER
  101. *> The maximum value permitted for N, used in dimensioning the
  102. *> work arrays.
  103. *> \endverbatim
  104. *>
  105. *> \param[out] A
  106. *> \verbatim
  107. *> A is COMPLEX*16 array, dimension (NMAX*NMAX)
  108. *> \endverbatim
  109. *>
  110. *> \param[out] AFAC
  111. *> \verbatim
  112. *> AFAC is COMPLEX*16 array, dimension (NMAX*NMAX)
  113. *> \endverbatim
  114. *>
  115. *> \param[out] AINV
  116. *> \verbatim
  117. *> AINV is COMPLEX*16 array, dimension (NMAX*NMAX)
  118. *> \endverbatim
  119. *>
  120. *> \param[out] B
  121. *> \verbatim
  122. *> B is COMPLEX*16 array, dimension (NMAX*NSMAX)
  123. *> where NSMAX is the largest entry in NSVAL.
  124. *> \endverbatim
  125. *>
  126. *> \param[out] X
  127. *> \verbatim
  128. *> X is COMPLEX*16 array, dimension (NMAX*NSMAX)
  129. *> \endverbatim
  130. *>
  131. *> \param[out] XACT
  132. *> \verbatim
  133. *> XACT is COMPLEX*16 array, dimension (NMAX*NSMAX)
  134. *> \endverbatim
  135. *>
  136. *> \param[out] WORK
  137. *> \verbatim
  138. *> WORK is COMPLEX*16 array, dimension (NMAX*max(3,NSMAX))
  139. *> \endverbatim
  140. *>
  141. *> \param[out] RWORK
  142. *> \verbatim
  143. *> RWORK is DOUBLE PRECISION array, dimension (max(NMAX,2*NSMAX))
  144. *> \endverbatim
  145. *>
  146. *> \param[out] IWORK
  147. *> \verbatim
  148. *> IWORK is INTEGER array, dimension (NMAX)
  149. *> \endverbatim
  150. *>
  151. *> \param[in] NOUT
  152. *> \verbatim
  153. *> NOUT is INTEGER
  154. *> The unit number for output.
  155. *> \endverbatim
  156. *
  157. * Authors:
  158. * ========
  159. *
  160. *> \author Univ. of Tennessee
  161. *> \author Univ. of California Berkeley
  162. *> \author Univ. of Colorado Denver
  163. *> \author NAG Ltd.
  164. *
  165. *> \date November 2017
  166. *
  167. *
  168. *> \ingroup complex16_lin
  169. *
  170. * =====================================================================
  171. SUBROUTINE ZCHKHE_AA( DOTYPE, NN, NVAL, NNB, NBVAL, NNS, NSVAL,
  172. $ THRESH, TSTERR, NMAX, A, AFAC, AINV, B,
  173. $ X, XACT, WORK, RWORK, IWORK, NOUT )
  174. *
  175. * -- LAPACK test routine (version 3.8.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 2017
  179. *
  180. IMPLICIT NONE
  181. *
  182. * .. Scalar Arguments ..
  183. LOGICAL TSTERR
  184. INTEGER NMAX, NN, NNB, NNS, NOUT
  185. DOUBLE PRECISION THRESH
  186. * ..
  187. * .. Array Arguments ..
  188. LOGICAL DOTYPE( * )
  189. INTEGER IWORK( * ), NBVAL( * ), NSVAL( * ), NVAL( * )
  190. DOUBLE PRECISION RWORK( * )
  191. COMPLEX*16 A( * ), AFAC( * ), AINV( * ), B( * ),
  192. $ WORK( * ), X( * ), XACT( * )
  193. * ..
  194. *
  195. * =====================================================================
  196. *
  197. * .. Parameters ..
  198. DOUBLE PRECISION ZERO
  199. PARAMETER ( ZERO = 0.0D+0 )
  200. COMPLEX*16 CZERO
  201. PARAMETER ( CZERO = ( 0.0D+0, 0.0D+0 ) )
  202. INTEGER NTYPES
  203. PARAMETER ( NTYPES = 10 )
  204. INTEGER NTESTS
  205. PARAMETER ( NTESTS = 9 )
  206. * ..
  207. * .. Local Scalars ..
  208. LOGICAL ZEROT
  209. CHARACTER DIST, TYPE, UPLO, XTYPE
  210. CHARACTER*3 PATH, MATPATH
  211. INTEGER I, I1, I2, IMAT, IN, INB, INFO, IOFF, IRHS,
  212. $ IUPLO, IZERO, J, K, KL, KU, LDA, LWORK, MODE,
  213. $ N, NB, NERRS, NFAIL, NIMAT, NRHS, NRUN, NT
  214. DOUBLE PRECISION ANORM, CNDNUM
  215. * ..
  216. * .. Local Arrays ..
  217. CHARACTER UPLOS( 2 )
  218. INTEGER ISEED( 4 ), ISEEDY( 4 )
  219. DOUBLE PRECISION RESULT( NTESTS )
  220. * ..
  221. * .. External Subroutines ..
  222. EXTERNAL ALAERH, ALAHD, ALASUM, XLAENV, ZERRHE,
  223. $ ZHET01_AA, ZHETRF_AA, ZHETRS_AA, ZLACPY,
  224. $ ZLAIPD, ZLARHS, ZLATB4, ZLATMS, ZPOT02
  225. * ..
  226. * .. Intrinsic Functions ..
  227. INTRINSIC MAX, MIN
  228. * ..
  229. * .. Scalars in Common ..
  230. LOGICAL LERR, OK
  231. CHARACTER*32 SRNAMT
  232. INTEGER INFOT, NUNIT
  233. * ..
  234. * .. Common blocks ..
  235. COMMON / INFOC / INFOT, NUNIT, OK, LERR
  236. COMMON / SRNAMC / SRNAMT
  237. * ..
  238. * .. Data statements ..
  239. DATA ISEEDY / 1988, 1989, 1990, 1991 /
  240. DATA UPLOS / 'U', 'L' /
  241. * ..
  242. * .. Executable Statements ..
  243. *
  244. * Initialize constants and the random number seed.
  245. *
  246. * Test path
  247. *
  248. PATH( 1: 1 ) = 'Zomplex precision'
  249. PATH( 2: 3 ) = 'HA'
  250. *
  251. * Path to generate matrices
  252. *
  253. MATPATH( 1: 1 ) = 'Zomplex precision'
  254. MATPATH( 2: 3 ) = 'HE'
  255. NRUN = 0
  256. NFAIL = 0
  257. NERRS = 0
  258. DO 10 I = 1, 4
  259. ISEED( I ) = ISEEDY( I )
  260. 10 CONTINUE
  261. *
  262. * Test the error exits
  263. *
  264. IF( TSTERR )
  265. $ CALL ZERRHE( PATH, NOUT )
  266. INFOT = 0
  267. *
  268. * Set the minimum block size for which the block routine should
  269. * be used, which will be later returned by ILAENV
  270. *
  271. CALL XLAENV( 2, 2 )
  272. *
  273. * Do for each value of N in NVAL
  274. *
  275. DO 180 IN = 1, NN
  276. N = NVAL( IN )
  277. IF( N .GT. NMAX ) THEN
  278. NFAIL = NFAIL + 1
  279. WRITE(NOUT, 9995) 'M ', N, NMAX
  280. GO TO 180
  281. END IF
  282. LDA = MAX( N, 1 )
  283. XTYPE = 'N'
  284. NIMAT = NTYPES
  285. IF( N.LE.0 )
  286. $ NIMAT = 1
  287. *
  288. IZERO = 0
  289. DO 170 IMAT = 1, NIMAT
  290. *
  291. * Do the tests only if DOTYPE( IMAT ) is true.
  292. *
  293. IF( .NOT.DOTYPE( IMAT ) )
  294. $ GO TO 170
  295. *
  296. * Skip types 3, 4, 5, or 6 if the matrix size is too small.
  297. *
  298. ZEROT = IMAT.GE.3 .AND. IMAT.LE.6
  299. IF( ZEROT .AND. N.LT.IMAT-2 )
  300. $ GO TO 170
  301. *
  302. * Do first for UPLO = 'U', then for UPLO = 'L'
  303. *
  304. DO 160 IUPLO = 1, 2
  305. UPLO = UPLOS( IUPLO )
  306. *
  307. * Set up parameters with ZLATB4 for the matrix generator
  308. * based on the type of matrix to be generated.
  309. *
  310. CALL ZLATB4( MATPATH, IMAT, N, N, TYPE, KL, KU,
  311. $ ANORM, MODE, CNDNUM, DIST )
  312. *
  313. * Generate a matrix with ZLATMS.
  314. *
  315. SRNAMT = 'ZLATMS'
  316. CALL ZLATMS( N, N, DIST, ISEED, TYPE, RWORK, MODE,
  317. $ CNDNUM, ANORM, KL, KU, UPLO, A, LDA, WORK,
  318. $ INFO )
  319. *
  320. * Check error code from ZLATMS and handle error.
  321. *
  322. IF( INFO.NE.0 ) THEN
  323. CALL ALAERH( PATH, 'ZLATMS', INFO, 0, UPLO, N, N, -1,
  324. $ -1, -1, IMAT, NFAIL, NERRS, NOUT )
  325. *
  326. * Skip all tests for this generated matrix
  327. *
  328. GO TO 160
  329. END IF
  330. *
  331. * For types 3-6, zero one or more rows and columns of
  332. * the matrix to test that INFO is returned correctly.
  333. *
  334. IF( ZEROT ) THEN
  335. IF( IMAT.EQ.3 ) THEN
  336. IZERO = 1
  337. ELSE IF( IMAT.EQ.4 ) THEN
  338. IZERO = N
  339. ELSE
  340. IZERO = N / 2 + 1
  341. END IF
  342. *
  343. IF( IMAT.LT.6 ) THEN
  344. *
  345. * Set row and column IZERO to zero.
  346. *
  347. IF( IUPLO.EQ.1 ) THEN
  348. IOFF = ( IZERO-1 )*LDA
  349. DO 20 I = 1, IZERO - 1
  350. A( IOFF+I ) = CZERO
  351. 20 CONTINUE
  352. IOFF = IOFF + IZERO
  353. DO 30 I = IZERO, N
  354. A( IOFF ) = CZERO
  355. IOFF = IOFF + LDA
  356. 30 CONTINUE
  357. ELSE
  358. IOFF = IZERO
  359. DO 40 I = 1, IZERO - 1
  360. A( IOFF ) = CZERO
  361. IOFF = IOFF + LDA
  362. 40 CONTINUE
  363. IOFF = IOFF - IZERO
  364. DO 50 I = IZERO, N
  365. A( IOFF+I ) = CZERO
  366. 50 CONTINUE
  367. END IF
  368. ELSE
  369. IF( IUPLO.EQ.1 ) THEN
  370. *
  371. * Set the first IZERO rows and columns to zero.
  372. *
  373. IOFF = 0
  374. DO 70 J = 1, N
  375. I2 = MIN( J, IZERO )
  376. DO 60 I = 1, I2
  377. A( IOFF+I ) = CZERO
  378. 60 CONTINUE
  379. IOFF = IOFF + LDA
  380. 70 CONTINUE
  381. IZERO = 1
  382. ELSE
  383. *
  384. * Set the last IZERO rows and columns to zero.
  385. *
  386. IOFF = 0
  387. DO 90 J = 1, N
  388. I1 = MAX( J, IZERO )
  389. DO 80 I = I1, N
  390. A( IOFF+I ) = CZERO
  391. 80 CONTINUE
  392. IOFF = IOFF + LDA
  393. 90 CONTINUE
  394. END IF
  395. END IF
  396. ELSE
  397. IZERO = 0
  398. END IF
  399. *
  400. * End generate test matrix A.
  401. *
  402. *
  403. * Set the imaginary part of the diagonals.
  404. *
  405. CALL ZLAIPD( N, A, LDA+1, 0 )
  406. *
  407. * Do for each value of NB in NBVAL
  408. *
  409. DO 150 INB = 1, NNB
  410. *
  411. * Set the optimal blocksize, which will be later
  412. * returned by ILAENV.
  413. *
  414. NB = NBVAL( INB )
  415. CALL XLAENV( 1, NB )
  416. *
  417. * Copy the test matrix A into matrix AFAC which
  418. * will be factorized in place. This is needed to
  419. * preserve the test matrix A for subsequent tests.
  420. *
  421. CALL ZLACPY( UPLO, N, N, A, LDA, AFAC, LDA )
  422. *
  423. * Compute the L*D*L**T or U*D*U**T factorization of the
  424. * matrix. IWORK stores details of the interchanges and
  425. * the block structure of D. AINV is a work array for
  426. * block factorization, LWORK is the length of AINV.
  427. *
  428. LWORK = MAX( 1, ( NB+1 )*LDA )
  429. SRNAMT = 'ZHETRF_AA'
  430. CALL ZHETRF_AA( UPLO, N, AFAC, LDA, IWORK, AINV,
  431. $ LWORK, INFO )
  432. *
  433. * Adjust the expected value of INFO to account for
  434. * pivoting.
  435. *
  436. c IF( IZERO.GT.0 ) THEN
  437. c J = 1
  438. c K = IZERO
  439. c 100 CONTINUE
  440. c IF( J.EQ.K ) THEN
  441. c K = IWORK( J )
  442. c ELSE IF( IWORK( J ).EQ.K ) THEN
  443. c K = J
  444. c END IF
  445. c IF( J.LT.K ) THEN
  446. c J = J + 1
  447. c GO TO 100
  448. c END IF
  449. c ELSE
  450. K = 0
  451. c END IF
  452. *
  453. * Check error code from ZHETRF and handle error.
  454. *
  455. IF( INFO.NE.K ) THEN
  456. CALL ALAERH( PATH, 'ZHETRF_AA', INFO, K, UPLO,
  457. $ N, N, -1, -1, NB, IMAT, NFAIL, NERRS,
  458. $ NOUT )
  459. END IF
  460. *
  461. *+ TEST 1
  462. * Reconstruct matrix from factors and compute residual.
  463. *
  464. CALL ZHET01_AA( UPLO, N, A, LDA, AFAC, LDA, IWORK,
  465. $ AINV, LDA, RWORK, RESULT( 1 ) )
  466. NT = 1
  467. *
  468. *
  469. * Print information about the tests that did not pass
  470. * the threshold.
  471. *
  472. DO 110 K = 1, NT
  473. IF( RESULT( K ).GE.THRESH ) THEN
  474. IF( NFAIL.EQ.0 .AND. NERRS.EQ.0 )
  475. $ CALL ALAHD( NOUT, PATH )
  476. WRITE( NOUT, FMT = 9999 )UPLO, N, NB, IMAT, K,
  477. $ RESULT( K )
  478. NFAIL = NFAIL + 1
  479. END IF
  480. 110 CONTINUE
  481. NRUN = NRUN + NT
  482. *
  483. * Skip solver test if INFO is not 0.
  484. *
  485. IF( INFO.NE.0 ) THEN
  486. GO TO 140
  487. END IF
  488. *
  489. * Do for each value of NRHS in NSVAL.
  490. *
  491. DO 130 IRHS = 1, NNS
  492. NRHS = NSVAL( IRHS )
  493. *
  494. *+ TEST 2 (Using TRS)
  495. * Solve and compute residual for A * X = B.
  496. *
  497. * Choose a set of NRHS random solution vectors
  498. * stored in XACT and set up the right hand side B
  499. *
  500. SRNAMT = 'ZLARHS'
  501. CALL ZLARHS( MATPATH, XTYPE, UPLO, ' ', N, N,
  502. $ KL, KU, NRHS, A, LDA, XACT, LDA,
  503. $ B, LDA, ISEED, INFO )
  504. CALL ZLACPY( 'Full', N, NRHS, B, LDA, X, LDA )
  505. *
  506. SRNAMT = 'ZHETRS_AA'
  507. LWORK = MAX( 1, 3*N-2 )
  508. CALL ZHETRS_AA( UPLO, N, NRHS, AFAC, LDA, IWORK,
  509. $ X, LDA, WORK, LWORK, INFO )
  510. *
  511. * Check error code from ZHETRS and handle error.
  512. *
  513. IF( INFO.NE.0 ) THEN
  514. IF( IZERO.EQ.0 ) THEN
  515. CALL ALAERH( PATH, 'ZHETRS_AA', INFO, 0,
  516. $ UPLO, N, N, -1, -1, NRHS, IMAT,
  517. $ NFAIL, NERRS, NOUT )
  518. END IF
  519. ELSE
  520. *
  521. CALL ZLACPY( 'Full', N, NRHS, B, LDA, WORK, LDA
  522. $ )
  523. *
  524. * Compute the residual for the solution
  525. *
  526. CALL ZPOT02( UPLO, N, NRHS, A, LDA, X, LDA,
  527. $ WORK, LDA, RWORK, RESULT( 2 ) )
  528. *
  529. * Print information about the tests that did not pass
  530. * the threshold.
  531. *
  532. DO 120 K = 2, 2
  533. IF( RESULT( K ).GE.THRESH ) THEN
  534. IF( NFAIL.EQ.0 .AND. NERRS.EQ.0 )
  535. $ CALL ALAHD( NOUT, PATH )
  536. WRITE( NOUT, FMT = 9998 )UPLO, N, NRHS,
  537. $ IMAT, K, RESULT( K )
  538. NFAIL = NFAIL + 1
  539. END IF
  540. 120 CONTINUE
  541. END IF
  542. NRUN = NRUN + 1
  543. *
  544. * End do for each value of NRHS in NSVAL.
  545. *
  546. 130 CONTINUE
  547. 140 CONTINUE
  548. 150 CONTINUE
  549. 160 CONTINUE
  550. 170 CONTINUE
  551. 180 CONTINUE
  552. *
  553. * Print a summary of the results.
  554. *
  555. CALL ALASUM( PATH, NOUT, NFAIL, NRUN, NERRS )
  556. *
  557. 9999 FORMAT( ' UPLO = ''', A1, ''', N =', I5, ', NB =', I4, ', type ',
  558. $ I2, ', test ', I2, ', ratio =', G12.5 )
  559. 9998 FORMAT( ' UPLO = ''', A1, ''', N =', I5, ', NRHS=', I3, ', type ',
  560. $ I2, ', test(', I2, ') =', G12.5 )
  561. c 9997 FORMAT( ' UPLO = ''', A1, ''', N =', I5, ',', 10X, ' type ', I2,
  562. c $ ', test(', I2, ') =', G12.5 )
  563. 9995 FORMAT( ' Invalid input value: ', A4, '=', I6, '; must be <=',
  564. $ I6 )
  565. RETURN
  566. *
  567. * End of ZCHKHE_AA
  568. *
  569. END