Advertisement
Guest User

lapack testing with system BLAS

a guest
Jan 29th, 2013
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 112.89 KB | None | 0 0
  1. Tests of the Nonsymmetric Eigenvalue Problem routines
  2.  
  3. LAPACK VERSION 3.4.2
  4.  
  5. The following parameter values will be used:
  6. M: 0 1 2 3 5 10 16
  7. N: 0 1 2 3 5 10 16
  8. NB: 1 3 3 3 20
  9. NBMIN: 2 2 2 2 2
  10. NX: 1 0 5 9 1
  11. INMIN: 11 12 11 15 11
  12. INWIN: 2 3 5 3 2
  13. INIBL: 0 5 7 3 200
  14. ISHFTS: 1 2 4 2 1
  15. IACC22: 0 1 2 0 1
  16.  
  17. Relative machine underflow is taken to be 0.117549E-37
  18. Relative machine overflow is taken to be 0.340282E+39
  19. Relative machine precision is taken to be 0.596046E-07
  20.  
  21. Routines pass computational tests if test ratio is less than 20.00
  22.  
  23.  
  24. SHS routines passed the tests of the error exits ( 66 tests done)
  25.  
  26.  
  27. NEP: NB = 1, NBMIN = 2, NX = 1, INMIN= 11, INWIN = 2, INIBL = 0, ISHFTS = 1, IACC22 = 0
  28.  
  29. All tests for SHS passed the threshold ( 1764 tests run)
  30.  
  31.  
  32. NEP: NB = 3, NBMIN = 2, NX = 0, INMIN= 12, INWIN = 3, INIBL = 5, ISHFTS = 2, IACC22 = 1
  33.  
  34. All tests for SHS passed the threshold ( 1764 tests run)
  35.  
  36.  
  37. NEP: NB = 3, NBMIN = 2, NX = 5, INMIN= 11, INWIN = 5, INIBL = 7, ISHFTS = 4, IACC22 = 2
  38.  
  39. All tests for SHS passed the threshold ( 1764 tests run)
  40.  
  41.  
  42. NEP: NB = 3, NBMIN = 2, NX = 9, INMIN= 15, INWIN = 3, INIBL = 3, ISHFTS = 2, IACC22 = 0
  43.  
  44. All tests for SHS passed the threshold ( 1764 tests run)
  45.  
  46.  
  47. NEP: NB = 20, NBMIN = 2, NX = 1, INMIN= 11, INWIN = 2, INIBL = 200, ISHFTS = 1, IACC22 = 1
  48.  
  49. All tests for SHS passed the threshold ( 1764 tests run)
  50.  
  51.  
  52. End of tests
  53. Total time used = 0.06 seconds
  54.  
  55. Tests of the Symmetric Eigenvalue Problem routines
  56.  
  57. LAPACK VERSION 3.4.2
  58.  
  59. The following parameter values will be used:
  60. M: 0 1 2 3 5 20
  61. N: 0 1 2 3 5 20
  62. NB: 1 3 3 3 10
  63. NBMIN: 2 2 2 2 2
  64. NX: 1 0 5 9 1
  65.  
  66. Relative machine underflow is taken to be 0.117549E-37
  67. Relative machine overflow is taken to be 0.340282E+39
  68. Relative machine precision is taken to be 0.596046E-07
  69.  
  70. Routines pass computational tests if test ratio is less than 50.00
  71.  
  72.  
  73. SST routines passed the tests of the error exits (147 tests done)
  74.  
  75.  
  76. SEP: NB = 1, NBMIN = 2, NX = 1
  77.  
  78. All tests for SST passed the threshold ( 4440 tests run)
  79.  
  80. All tests for SST drivers passed the threshold ( 13464 tests run)
  81.  
  82.  
  83. SEP: NB = 3, NBMIN = 2, NX = 0
  84.  
  85. All tests for SST passed the threshold ( 4440 tests run)
  86.  
  87. All tests for SST drivers passed the threshold ( 13464 tests run)
  88.  
  89.  
  90. SEP: NB = 3, NBMIN = 2, NX = 5
  91.  
  92. All tests for SST passed the threshold ( 4440 tests run)
  93.  
  94. All tests for SST drivers passed the threshold ( 13464 tests run)
  95.  
  96.  
  97. SEP: NB = 3, NBMIN = 2, NX = 9
  98.  
  99. All tests for SST passed the threshold ( 4440 tests run)
  100.  
  101. All tests for SST drivers passed the threshold ( 13464 tests run)
  102.  
  103.  
  104. SEP: NB = 10, NBMIN = 2, NX = 1
  105.  
  106. All tests for SST passed the threshold ( 4440 tests run)
  107.  
  108. All tests for SST drivers passed the threshold ( 13464 tests run)
  109.  
  110.  
  111. routines were not tested
  112.  
  113.  
  114. End of tests
  115. Total time used = 0.35 seconds
  116.  
  117. Tests of the Singular Value Decomposition routines
  118.  
  119. LAPACK VERSION 3.4.2
  120.  
  121. The following parameter values will be used:
  122. M: 0 0 0 1 1 1 2 2 3 3
  123. 3 10 10 16 16 30 30 40 40
  124. N: 0 1 3 0 1 2 0 1 0 1
  125. 3 10 16 10 16 30 40 30 40
  126. NB: 1 3 3 3 20
  127. NBMIN: 2 2 2 2 2
  128. NX: 1 0 5 9 1
  129. NS: 2 0 2 2 2
  130.  
  131. Relative machine underflow is taken to be 0.117549E-37
  132. Relative machine overflow is taken to be 0.340282E+39
  133. Relative machine precision is taken to be 0.596046E-07
  134.  
  135. Routines pass computational tests if test ratio is less than 50.00
  136.  
  137.  
  138. SBD routines passed the tests of the error exits ( 43 tests done)
  139.  
  140. SGESVD passed the tests of the error exits ( 8 tests done)
  141. SGESDD passed the tests of the error exits ( 6 tests done)
  142. SGEJSV passed the tests of the error exits ( 11 tests done)
  143.  
  144.  
  145. SVD: NB = 1, NBMIN = 2, NX = 1, NRHS = 2
  146.  
  147. All tests for SBD routines passed the threshold ( 5510 tests run)
  148.  
  149. All tests for SBD drivers passed the threshold ( 8360 tests run)
  150.  
  151.  
  152. SVD: NB = 3, NBMIN = 2, NX = 0, NRHS = 0
  153.  
  154. All tests for SBD routines passed the threshold ( 5510 tests run)
  155.  
  156. All tests for SBD drivers passed the threshold ( 8360 tests run)
  157.  
  158.  
  159. SVD: NB = 3, NBMIN = 2, NX = 5, NRHS = 2
  160.  
  161. All tests for SBD routines passed the threshold ( 5510 tests run)
  162.  
  163. All tests for SBD drivers passed the threshold ( 8360 tests run)
  164.  
  165.  
  166. SVD: NB = 3, NBMIN = 2, NX = 9, NRHS = 2
  167.  
  168. All tests for SBD routines passed the threshold ( 5510 tests run)
  169.  
  170. All tests for SBD drivers passed the threshold ( 8360 tests run)
  171.  
  172.  
  173. SVD: NB = 20, NBMIN = 2, NX = 1, NRHS = 2
  174.  
  175. All tests for SBD routines passed the threshold ( 5510 tests run)
  176.  
  177. All tests for SBD drivers passed the threshold ( 8360 tests run)
  178.  
  179.  
  180. End of tests
  181. Total time used = 2.78 seconds
  182.  
  183. Tests of the Nonsymmetric eigenproblem condition estimation routines
  184. SLALN2, SLASY2, SLANV2, SLAEXC, STRSYL, STREXC, STRSNA, STRSEN, SLAQTR
  185.  
  186. Relative machine precision (EPS) = 0.119209E-06
  187. Safe minimum (SFMIN) = 0.117549E-37
  188.  
  189. Routines pass computational tests if test ratio is less than 20.00
  190.  
  191.  
  192. SEC routines passed the tests of the error exits ( 35 tests done)
  193.  
  194. All tests for SEC routines passed the threshold ( 501251 tests run)
  195.  
  196.  
  197. End of tests
  198. Total time used = 0.26 seconds
  199.  
  200.  
  201. Tests of the Nonsymmetric Eigenvalue Problem Driver
  202. SGEEV (eigenvalues and eigevectors)
  203.  
  204. LAPACK VERSION 3.4.2
  205.  
  206. The following parameter values will be used:
  207. M: 0 1 2 3 5 10
  208. N: 0 1 2 3 5 10
  209. NB: 3
  210. NBMIN: 3
  211. NX: 1
  212. INMIN: 11
  213. INWIN: 4
  214. INIBL: 8
  215. ISHFTS: 2
  216. IACC22: 0
  217.  
  218. Relative machine underflow is taken to be 0.117549E-37
  219. Relative machine overflow is taken to be 0.340282E+39
  220. Relative machine precision is taken to be 0.596046E-07
  221.  
  222. Routines pass computational tests if test ratio is less than 20.00
  223.  
  224.  
  225. SGEEV passed the tests of the error exits ( 7 tests done)
  226.  
  227. All tests for SEV passed the threshold ( 924 tests run)
  228.  
  229. -----------------------------------------------------------------------
  230.  
  231. Tests of the Nonsymmetric Eigenvalue Problem Driver
  232. SGEES (Schur form)
  233.  
  234. LAPACK VERSION 3.4.2
  235.  
  236. The following parameter values will be used:
  237. M: 0 1 2 3 5 10
  238. N: 0 1 2 3 5 10
  239. NB: 3
  240. NBMIN: 3
  241. NX: 1
  242. INMIN: 11
  243. INWIN: 4
  244. INIBL: 8
  245. ISHFTS: 2
  246. IACC22: 0
  247.  
  248. Relative machine underflow is taken to be 0.117549E-37
  249. Relative machine overflow is taken to be 0.340282E+39
  250. Relative machine precision is taken to be 0.596046E-07
  251.  
  252. Routines pass computational tests if test ratio is less than 20.00
  253.  
  254.  
  255. SGEES passed the tests of the error exits ( 6 tests done)
  256.  
  257. All tests for SES passed the threshold ( 3276 tests run)
  258.  
  259. -----------------------------------------------------------------------
  260.  
  261. Tests of the Nonsymmetric Eigenvalue Problem Expert Driver
  262. SGEEVX (eigenvalues, eigenvectors and condition numbers)
  263.  
  264. LAPACK VERSION 3.4.2
  265.  
  266. The following parameter values will be used:
  267. M: 0 1 2 3 5 10
  268. N: 0 1 2 3 5 10
  269. NB: 3
  270. NBMIN: 3
  271. NX: 1
  272. INMIN: 11
  273. INWIN: 4
  274. INIBL: 8
  275. ISHFTS: 2
  276. IACC22: 0
  277.  
  278. Relative machine underflow is taken to be 0.117549E-37
  279. Relative machine overflow is taken to be 0.340282E+39
  280. Relative machine precision is taken to be 0.596046E-07
  281.  
  282. Routines pass computational tests if test ratio is less than 20.00
  283.  
  284.  
  285. SGEEVX passed the tests of the error exits ( 11 tests done)
  286.  
  287. All tests for SVX passed the threshold ( 5274 tests run)
  288.  
  289. -----------------------------------------------------------------------
  290.  
  291. Tests of the Nonsymmetric Eigenvalue Problem Expert Driver
  292. SGEESX (Schur form and condition numbers)
  293.  
  294. LAPACK VERSION 3.4.2
  295.  
  296. The following parameter values will be used:
  297. M: 0 1 2 3 5 10
  298. N: 0 1 2 3 5 10
  299. NB: 3
  300. NBMIN: 3
  301. NX: 1
  302. INMIN: 11
  303. INWIN: 4
  304. INIBL: 8
  305. ISHFTS: 2
  306. IACC22: 0
  307.  
  308. Relative machine underflow is taken to be 0.117549E-37
  309. Relative machine overflow is taken to be 0.340282E+39
  310. Relative machine precision is taken to be 0.596046E-07
  311.  
  312. Routines pass computational tests if test ratio is less than 20.00
  313.  
  314.  
  315. SGEESX passed the tests of the error exits ( 7 tests done)
  316.  
  317. All tests for SSX passed the threshold ( 3508 tests run)
  318.  
  319. -----------------------------------------------------------------------
  320.  
  321.  
  322. End of tests
  323. Total time used = 0.11 seconds
  324.  
  325.  
  326. Tests of the Generalized Nonsymmetric Eigenvalue Problem routines
  327.  
  328. LAPACK VERSION 3.4.2
  329.  
  330. The following parameter values will be used:
  331. M: 0 1 2 3 5 10 16
  332. N: 0 1 2 3 5 10 16
  333. NB: 1 1 2 2
  334. NBMIN: 40 40 2 2
  335. NS: 2 4 2 4
  336. MAXB: 40 40 2 2
  337. NBCOL: 40 40 2 2
  338.  
  339. Relative machine underflow is taken to be 0.117549E-37
  340. Relative machine overflow is taken to be 0.340282E+39
  341. Relative machine precision is taken to be 0.596046E-07
  342.  
  343. Routines pass computational tests if test ratio is less than 20.00
  344.  
  345.  
  346. SGG routines passed the tests of the error exits ( 27 tests done)
  347.  
  348.  
  349. SGG: NB = 1, NBMIN = 40, NS = 2, MAXB = 40, NBCOL = 40
  350.  
  351. All tests for SGG passed the threshold ( 2184 tests run)
  352.  
  353. All tests for SGG drivers passed the threshold ( 1274 tests run)
  354.  
  355.  
  356. SGG: NB = 1, NBMIN = 40, NS = 4, MAXB = 40, NBCOL = 40
  357.  
  358. All tests for SGG passed the threshold ( 2184 tests run)
  359.  
  360. All tests for SGG drivers passed the threshold ( 1274 tests run)
  361.  
  362.  
  363. SGG: NB = 2, NBMIN = 2, NS = 2, MAXB = 2, NBCOL = 2
  364.  
  365. All tests for SGG passed the threshold ( 2184 tests run)
  366.  
  367. All tests for SGG drivers passed the threshold ( 1274 tests run)
  368.  
  369.  
  370. SGG: NB = 2, NBMIN = 2, NS = 4, MAXB = 2, NBCOL = 2
  371.  
  372. All tests for SGG passed the threshold ( 2184 tests run)
  373.  
  374. All tests for SGG drivers passed the threshold ( 1274 tests run)
  375.  
  376.  
  377. End of tests
  378. Total time used = 0.08 seconds
  379.  
  380.  
  381. Tests of the Generalized Nonsymmetric Eigenvalue Problem Driver SGGES
  382.  
  383. LAPACK VERSION 3.4.2
  384.  
  385. The following parameter values will be used:
  386. M: 2 6 10 12 20
  387. N: 2 6 10 12 20
  388. NB: 1
  389. NBMIN: 1
  390. NX: 1
  391. NS: 2
  392. MAXB: 1
  393.  
  394. Relative machine underflow is taken to be 0.117549E-37
  395. Relative machine overflow is taken to be 0.340282E+39
  396. Relative machine precision is taken to be 0.596046E-07
  397.  
  398. Routines pass computational tests if test ratio is less than 10.00
  399.  
  400.  
  401. SGS routines passed the tests of the error exits ( 87 tests done)
  402.  
  403. All tests for SGS drivers passed the threshold ( 1560 tests run)
  404.  
  405. -----------------------------------------------------------------------
  406.  
  407. Tests of the Generalized Nonsymmetric Eigenvalue Problem Driver SGGEV
  408.  
  409. LAPACK VERSION 3.4.2
  410.  
  411. The following parameter values will be used:
  412. M: 2 6 8 10 15 20
  413. N: 2 6 8 10 15 20
  414. NB: 1
  415. NBMIN: 1
  416. NX: 1
  417. NS: 2
  418. MAXB: 1
  419.  
  420. Relative machine underflow is taken to be 0.117549E-37
  421. Relative machine overflow is taken to be 0.340282E+39
  422. Relative machine precision is taken to be 0.596046E-07
  423.  
  424. Routines pass computational tests if test ratio is less than 10.00
  425.  
  426.  
  427. SGV routines passed the tests of the error exits ( 87 tests done)
  428.  
  429. All tests for SGV drivers passed the threshold ( 1092 tests run)
  430.  
  431. -----------------------------------------------------------------------
  432.  
  433. Tests of the Generalized Nonsymmetric Eigenvalue Problem Expert Driver SGGESX
  434.  
  435. LAPACK VERSION 3.4.2
  436.  
  437. The following parameter values will be used:
  438. N: 2
  439. NB: 1
  440. NBMIN: 1
  441. NX: 1
  442. NS: 2
  443. MAXB: 1
  444.  
  445. Relative machine underflow is taken to be 0.117549E-37
  446. Relative machine overflow is taken to be 0.340282E+39
  447. Relative machine precision is taken to be 0.596046E-07
  448.  
  449. Routines pass computational tests if test ratio is less than 10.00
  450.  
  451.  
  452. SGX routines passed the tests of the error exits ( 87 tests done)
  453.  
  454. All tests for SGX drivers passed the threshold ( 150 tests run)
  455.  
  456. -----------------------------------------------------------------------
  457.  
  458. Tests of the Generalized Nonsymmetric Eigenvalue Problem Expert Driver SGGESX
  459.  
  460. LAPACK VERSION 3.4.2
  461.  
  462. The following parameter values will be used:
  463. N: 0
  464. NB: 1
  465. NBMIN: 1
  466. NX: 1
  467. NS: 2
  468. MAXB: 1
  469.  
  470. Relative machine underflow is taken to be 0.117549E-37
  471. Relative machine overflow is taken to be 0.340282E+39
  472. Relative machine precision is taken to be 0.596046E-07
  473.  
  474. Routines pass computational tests if test ratio is less than 10.00
  475.  
  476.  
  477. SGX routines passed the tests of the error exits ( 87 tests done)
  478.  
  479. All tests for SGX drivers passed the threshold ( 20 tests run)
  480.  
  481. -----------------------------------------------------------------------
  482.  
  483. Tests of the Generalized Nonsymmetric Eigenvalue Problem Expert Driver SGGEVX
  484.  
  485. LAPACK VERSION 3.4.2
  486.  
  487. The following parameter values will be used:
  488. N: 5
  489. NB: 1
  490. NBMIN: 1
  491. NX: 1
  492. NS: 2
  493. MAXB: 1
  494.  
  495. Relative machine underflow is taken to be 0.117549E-37
  496. Relative machine overflow is taken to be 0.340282E+39
  497. Relative machine precision is taken to be 0.596046E-07
  498.  
  499. Routines pass computational tests if test ratio is less than 10.00
  500.  
  501.  
  502. SXV routines passed the tests of the error exits ( 87 tests done)
  503.  
  504. All tests for SXV drivers passed the threshold ( 5000 tests run)
  505.  
  506. -----------------------------------------------------------------------
  507.  
  508. Tests of the Generalized Nonsymmetric Eigenvalue Problem Expert Driver SGGEVX
  509.  
  510. LAPACK VERSION 3.4.2
  511.  
  512. The following parameter values will be used:
  513. N: 0
  514. NB: 1
  515. NBMIN: 1
  516. NX: 1
  517. NS: 2
  518. MAXB: 1
  519.  
  520. Relative machine underflow is taken to be 0.117549E-37
  521. Relative machine overflow is taken to be 0.340282E+39
  522. Relative machine precision is taken to be 0.596046E-07
  523.  
  524. Routines pass computational tests if test ratio is less than 10.00
  525.  
  526.  
  527. SXV routines passed the tests of the error exits ( 87 tests done)
  528.  
  529. All tests for SXV drivers passed the threshold ( 8 tests run)
  530.  
  531. -----------------------------------------------------------------------
  532.  
  533.  
  534. End of tests
  535. Total time used = 0.10 seconds
  536.  
  537. Tests of SSBTRD
  538. (reduction of a symmetric band matrix to tridiagonal form)
  539.  
  540. LAPACK VERSION 3.4.2
  541.  
  542. The following parameter values will be used:
  543. M: 5 20
  544. N: 5 20
  545. K: 0 1 2 5 16
  546.  
  547. Relative machine underflow is taken to be 0.117549E-37
  548. Relative machine overflow is taken to be 0.340282E+39
  549. Relative machine precision is taken to be 0.596046E-07
  550.  
  551. Routines pass computational tests if test ratio is less than 20.00
  552.  
  553.  
  554. SSB routines passed the tests of the error exits ( 36 tests done)
  555.  
  556. All tests for SSB passed the threshold ( 540 tests run)
  557.  
  558.  
  559. End of tests
  560. Total time used = 0.01 seconds
  561.  
  562. Tests of the Symmetric Eigenvalue Problem routines
  563.  
  564. LAPACK VERSION 3.4.2
  565.  
  566. The following parameter values will be used:
  567. M: 0 1 2 3 5 10 16
  568. N: 0 1 2 3 5 10 16
  569. NB: 1 3 20
  570. NBMIN: 2 2 2
  571. NX: 1 1 1
  572.  
  573. Relative machine underflow is taken to be 0.117549E-37
  574. Relative machine overflow is taken to be 0.340282E+39
  575. Relative machine precision is taken to be 0.596046E-07
  576.  
  577. Routines pass computational tests if test ratio is less than 20.00
  578.  
  579.  
  580.  
  581. SSG: NB = 1, NBMIN = 2, NX = 1
  582.  
  583. All tests for SSG passed the threshold ( 10290 tests run)
  584.  
  585.  
  586. SSG: NB = 3, NBMIN = 2, NX = 1
  587.  
  588. All tests for SSG passed the threshold ( 10290 tests run)
  589.  
  590.  
  591. SSG: NB = 20, NBMIN = 2, NX = 1
  592.  
  593. All tests for SSG passed the threshold ( 10290 tests run)
  594.  
  595.  
  596. End of tests
  597. Total time used = 0.37 seconds
  598.  
  599. Tests of SGBBRD
  600. (reduction of a general band matrix to real bidiagonal form)
  601.  
  602. LAPACK VERSION 3.4.2
  603.  
  604. The following parameter values will be used:
  605. M: 0 0 0 0 1 1 1 1 2 2
  606. 2 2 3 3 3 3 10 10 16 16
  607. N: 0 1 2 3 0 1 2 3 0 1
  608. 2 3 0 1 2 3 10 16 10 16
  609. K: 0 1 2 3 16
  610. NS: 1 2
  611.  
  612. Relative machine underflow is taken to be 0.117549E-37
  613. Relative machine overflow is taken to be 0.340282E+39
  614. Relative machine precision is taken to be 0.596046E-07
  615.  
  616. Routines pass computational tests if test ratio is less than 20.00
  617.  
  618.  
  619.  
  620. SBB: NRHS = 1
  621.  
  622. All tests for SBB passed the threshold ( 3000 tests run)
  623.  
  624.  
  625. SBB: NRHS = 2
  626.  
  627. All tests for SBB passed the threshold ( 3000 tests run)
  628.  
  629.  
  630. End of tests
  631. Total time used = 0.02 seconds
  632.  
  633.  
  634. Tests of the Generalized Linear Regression Model routines
  635.  
  636. LAPACK VERSION 3.4.2
  637.  
  638. The following parameter values will be used:
  639. M: 0 5 8 15 20 40
  640. P: 9 0 15 12 15 30
  641. N: 5 5 10 25 30 40
  642.  
  643. Relative machine underflow is taken to be 0.117549E-37
  644. Relative machine overflow is taken to be 0.340282E+39
  645. Relative machine precision is taken to be 0.596046E-07
  646.  
  647. Routines pass computational tests if test ratio is less than 20.00
  648.  
  649.  
  650. GLM routines passed the tests of the error exits ( 8 tests done)
  651.  
  652. All tests for GLM routines passed the threshold ( 48 tests run)
  653.  
  654.  
  655. End of tests
  656. Total time used = 0.01 seconds
  657.  
  658.  
  659. Tests of the Generalized QR and RQ routines
  660.  
  661. LAPACK VERSION 3.4.2
  662.  
  663. The following parameter values will be used:
  664. M: 0 3 10
  665. P: 0 5 20
  666. N: 0 3 30
  667.  
  668. Relative machine underflow is taken to be 0.117549E-37
  669. Relative machine overflow is taken to be 0.340282E+39
  670. Relative machine precision is taken to be 0.596046E-07
  671.  
  672. Routines pass computational tests if test ratio is less than 20.00
  673.  
  674.  
  675. GQR routines passed the tests of the error exits ( 12 tests done)
  676.  
  677. All tests for GQR routines passed the threshold ( 1728 tests run)
  678.  
  679.  
  680. End of tests
  681. Total time used = 0.02 seconds
  682.  
  683.  
  684. Tests of the Generalized Singular Value Decomposition routines
  685.  
  686. LAPACK VERSION 3.4.2
  687.  
  688. The following parameter values will be used:
  689. M: 0 5 9 10 20 12 12 40
  690. P: 4 0 12 14 10 10 20 15
  691. N: 3 10 15 12 8 20 8 20
  692.  
  693. Relative machine underflow is taken to be 0.117549E-37
  694. Relative machine overflow is taken to be 0.340282E+39
  695. Relative machine precision is taken to be 0.596046E-07
  696.  
  697. Routines pass computational tests if test ratio is less than 20.00
  698.  
  699.  
  700. GSV routines passed the tests of the error exits ( 33 tests done)
  701.  
  702. All tests for GSV routines passed the threshold ( 384 tests run)
  703.  
  704.  
  705. End of tests
  706. Total time used = 0.01 seconds
  707.  
  708.  
  709. Tests of the CS Decomposition routines
  710.  
  711. LAPACK VERSION 3.4.2
  712.  
  713. The following parameter values will be used:
  714. M: 0 10 10 10 10 21 24 30 22 32
  715.  
  716. P: 0 4 4 0 10 9 10 20 12 12
  717.  
  718. N: 0 0 10 4 4 15 12 8 20 8
  719.  
  720.  
  721. Relative machine underflow is taken to be 0.117549E-37
  722. Relative machine overflow is taken to be 0.340282E+39
  723. Relative machine precision is taken to be 0.596046E-07
  724.  
  725. Routines pass computational tests if test ratio is less than 10.00
  726.  
  727.  
  728. CSD routines passed the tests of the error exits ( 8 tests done)
  729.  
  730. All tests for CSD routines passed the threshold ( 270 tests run)
  731.  
  732.  
  733. End of tests
  734. Total time used = 0.00 seconds
  735.  
  736.  
  737. Tests of the Linear Least Squares routines
  738.  
  739. LAPACK VERSION 3.4.2
  740.  
  741. The following parameter values will be used:
  742. M: 6 0 5 8 10 30
  743. P: 0 5 5 5 8 20
  744. N: 5 5 6 8 12 40
  745.  
  746. Relative machine underflow is taken to be 0.117549E-37
  747. Relative machine overflow is taken to be 0.340282E+39
  748. Relative machine precision is taken to be 0.596046E-07
  749.  
  750. Routines pass computational tests if test ratio is less than 20.00
  751.  
  752.  
  753. LSE routines passed the tests of the error exits ( 8 tests done)
  754.  
  755. All tests for LSE routines passed the threshold ( 96 tests run)
  756.  
  757.  
  758. End of tests
  759. Total time used = 0.00 seconds
  760.  
  761. Tests of the REAL LAPACK routines
  762. LAPACK VERSION 3.4.2
  763.  
  764. The following parameter values will be used:
  765. M : 0 1 2 3 5 10 50
  766. N : 0 1 2 3 5 10 50
  767. NRHS: 1 2 15
  768. NB : 1 3 3 3 20
  769. NX : 1 0 5 9 1
  770. RANK: 30 50 90
  771.  
  772. Routines pass computational tests if test ratio is less than 30.00
  773.  
  774. Relative machine underflow is taken to be 0.117549E-37
  775. Relative machine overflow is taken to be 0.340282E+39
  776. Relative machine precision is taken to be 0.596046E-07
  777.  
  778.  
  779. SGE routines passed the tests of the error exits
  780.  
  781. All tests for SGE routines passed the threshold ( 3653 tests run)
  782.  
  783. SGE drivers passed the tests of the error exits
  784.  
  785. All tests for SGE drivers passed the threshold ( 4866 tests run)
  786.  
  787. SGB routines passed the tests of the error exits
  788.  
  789. All tests for SGB routines passed the threshold ( 28938 tests run)
  790.  
  791. SGB drivers passed the tests of the error exits
  792.  
  793. All tests for SGB drivers passed the threshold ( 30969 tests run)
  794.  
  795. SGT routines passed the tests of the error exits
  796.  
  797. All tests for SGT routines passed the threshold ( 2694 tests run)
  798.  
  799. SGT drivers passed the tests of the error exits
  800.  
  801. All tests for SGT drivers passed the threshold ( 2033 tests run)
  802.  
  803. SPO routines passed the tests of the error exits
  804.  
  805. All tests for SPO routines passed the threshold ( 1628 tests run)
  806.  
  807. SPO drivers passed the tests of the error exits
  808.  
  809. All tests for SPO drivers passed the threshold ( 1910 tests run)
  810.  
  811. SPS routines passed the tests of the error exits
  812.  
  813. All tests for SPS routines passed the threshold ( 150 tests run)
  814.  
  815. SPP routines passed the tests of the error exits
  816.  
  817. All tests for SPP routines passed the threshold ( 1332 tests run)
  818.  
  819. SPP drivers passed the tests of the error exits
  820.  
  821. All tests for SPP drivers passed the threshold ( 1910 tests run)
  822.  
  823. SPB routines passed the tests of the error exits
  824.  
  825. All tests for SPB routines passed the threshold ( 3458 tests run)
  826.  
  827. SPB drivers passed the tests of the error exits
  828.  
  829. All tests for SPB drivers passed the threshold ( 4750 tests run)
  830.  
  831. SPT routines passed the tests of the error exits
  832.  
  833. All tests for SPT routines passed the threshold ( 953 tests run)
  834.  
  835. SPT drivers passed the tests of the error exits
  836.  
  837. All tests for SPT drivers passed the threshold ( 788 tests run)
  838.  
  839. SSY routines passed the tests of the error exits
  840.  
  841. All tests for SSY routines passed the threshold ( 1846 tests run)
  842.  
  843. SSY drivers passed the tests of the error exits
  844.  
  845. All tests for SSY drivers passed the threshold ( 1072 tests run)
  846.  
  847. SSP routines passed the tests of the error exits
  848.  
  849. All tests for SSP routines passed the threshold ( 1404 tests run)
  850.  
  851. SSP drivers passed the tests of the error exits
  852.  
  853. All tests for SSP drivers passed the threshold ( 1072 tests run)
  854.  
  855. STR routines passed the tests of the error exits
  856.  
  857. All tests for STR routines passed the threshold ( 7672 tests run)
  858.  
  859. STP routines passed the tests of the error exits
  860.  
  861. All tests for STP routines passed the threshold ( 7392 tests run)
  862.  
  863. STB routines passed the tests of the error exits
  864.  
  865. All tests for STB routines passed the threshold ( 19888 tests run)
  866.  
  867. SQR routines passed the tests of the error exits
  868.  
  869. All tests for SQR routines passed the threshold ( 30744 tests run)
  870.  
  871. SRQ routines passed the tests of the error exits
  872.  
  873. All tests for SRQ routines passed the threshold ( 28784 tests run)
  874.  
  875. SLQ routines passed the tests of the error exits
  876.  
  877. All tests for SLQ routines passed the threshold ( 28784 tests run)
  878.  
  879. SQL routines passed the tests of the error exits
  880.  
  881. All tests for SQL routines passed the threshold ( 28784 tests run)
  882.  
  883. SQP routines passed the tests of the error exits
  884.  
  885. All tests for SQP routines passed the threshold ( 882 tests run)
  886.  
  887. All tests for SQ3 routines passed the threshold ( 4410 tests run)
  888.  
  889. STZ routines passed the tests of the error exits
  890.  
  891. All tests for STZ routines passed the threshold ( 504 tests run)
  892.  
  893. SLS routines passed the tests of the error exits
  894.  
  895. All tests for SLS drivers passed the threshold ( 65268 tests run)
  896.  
  897. All tests for SEQ routines passed the threshold
  898.  
  899. SQT routines passed the tests of the error exits
  900.  
  901. All tests for SQT routines passed the threshold ( 510 tests run)
  902.  
  903. SQX routines passed the tests of the error exits
  904.  
  905. All tests for SQX routines passed the threshold ( 1482 tests run)
  906.  
  907. End of tests
  908. Total time used = 2.81 seconds
  909.  
  910.  
  911. Tests of the REAL LAPACK RFP routines
  912. LAPACK VERSION 3.4.2
  913.  
  914. The following parameter values will be used:
  915. N : 0 1 2 3 5 6 10 11 50
  916. NRHS: 1 2 15
  917. TYPE: 1 2 3 4 5 6 7 8 9
  918.  
  919. Routines pass computational tests if test ratio is less than 30.00
  920.  
  921. Relative machine underflow is taken to be 0.117549D-37
  922. Relative machine overflow is taken to be 0.340282D+39
  923. Relative machine precision is taken to be 0.596046D-07
  924.  
  925. REAL RFP routines passed the tests of the error exits
  926.  
  927. All tests for SPF drivers passed the threshold ( 2352 tests run)
  928. All tests for SLANSF auxiliary routine passed the threshold ( 384 tests run)
  929. All tests for the RFP convertion routines passed ( 72 tests run)
  930. All tests for STFSM auxiliary routine passed the threshold ( 7776 tests run)
  931. All tests for SSFRK auxiliary routine passed the threshold ( 2592 tests run)
  932.  
  933. End of tests
  934. Total time used = 0.38 seconds
  935.  
  936. Tests of the Nonsymmetric Eigenvalue Problem routines
  937.  
  938. LAPACK VERSION 3.4.2
  939.  
  940. The following parameter values will be used:
  941. M: 0 1 2 3 5 10 16
  942. N: 0 1 2 3 5 10 16
  943. NB: 1 3 3 3 20
  944. NBMIN: 2 2 2 2 2
  945. NX: 1 0 5 9 1
  946. INMIN: 11 12 11 15 11
  947. INWIN: 2 3 5 3 2
  948. INIBL: 0 5 7 3 200
  949. ISHFTS: 1 2 4 2 1
  950. IACC22: 0 1 2 0 1
  951.  
  952. Relative machine underflow is taken to be 0.222507-307
  953. Relative machine overflow is taken to be 0.179769+309
  954. Relative machine precision is taken to be 0.111022D-15
  955.  
  956. Routines pass computational tests if test ratio is less than 20.00
  957.  
  958.  
  959. DHS routines passed the tests of the error exits ( 66 tests done)
  960.  
  961.  
  962. NEP: NB = 1, NBMIN = 2, NX = 1, INMIN= 11, INWIN = 2, INIBL = 0, ISHFTS = 1, IACC22 = 0
  963.  
  964. All tests for DHS passed the threshold ( 1764 tests run)
  965.  
  966.  
  967. NEP: NB = 3, NBMIN = 2, NX = 0, INMIN= 12, INWIN = 3, INIBL = 5, ISHFTS = 2, IACC22 = 1
  968.  
  969. All tests for DHS passed the threshold ( 1764 tests run)
  970.  
  971.  
  972. NEP: NB = 3, NBMIN = 2, NX = 5, INMIN= 11, INWIN = 5, INIBL = 7, ISHFTS = 4, IACC22 = 2
  973.  
  974. All tests for DHS passed the threshold ( 1764 tests run)
  975.  
  976.  
  977. NEP: NB = 3, NBMIN = 2, NX = 9, INMIN= 15, INWIN = 3, INIBL = 3, ISHFTS = 2, IACC22 = 0
  978.  
  979. All tests for DHS passed the threshold ( 1764 tests run)
  980.  
  981.  
  982. NEP: NB = 20, NBMIN = 2, NX = 1, INMIN= 11, INWIN = 2, INIBL = 200, ISHFTS = 1, IACC22 = 1
  983.  
  984. All tests for DHS passed the threshold ( 1764 tests run)
  985.  
  986.  
  987. End of tests
  988. Total time used = 0.09 seconds
  989.  
  990. Tests of the Symmetric Eigenvalue Problem routines
  991.  
  992. LAPACK VERSION 3.4.2
  993.  
  994. The following parameter values will be used:
  995. M: 0 1 2 3 5 20
  996. N: 0 1 2 3 5 20
  997. NB: 1 3 3 3 10
  998. NBMIN: 2 2 2 2 2
  999. NX: 1 0 5 9 1
  1000.  
  1001. Relative machine underflow is taken to be 0.222507-307
  1002. Relative machine overflow is taken to be 0.179769+309
  1003. Relative machine precision is taken to be 0.111022D-15
  1004.  
  1005. Routines pass computational tests if test ratio is less than 50.00
  1006.  
  1007.  
  1008. DST routines passed the tests of the error exits (147 tests done)
  1009.  
  1010.  
  1011. SEP: NB = 1, NBMIN = 2, NX = 1
  1012.  
  1013. All tests for DST passed the threshold ( 4440 tests run)
  1014.  
  1015. All tests for DST drivers passed the threshold ( 13464 tests run)
  1016.  
  1017.  
  1018. SEP: NB = 3, NBMIN = 2, NX = 0
  1019.  
  1020. All tests for DST passed the threshold ( 4440 tests run)
  1021.  
  1022. All tests for DST drivers passed the threshold ( 13464 tests run)
  1023.  
  1024.  
  1025. SEP: NB = 3, NBMIN = 2, NX = 5
  1026.  
  1027. All tests for DST passed the threshold ( 4440 tests run)
  1028.  
  1029. All tests for DST drivers passed the threshold ( 13464 tests run)
  1030.  
  1031.  
  1032. SEP: NB = 3, NBMIN = 2, NX = 9
  1033.  
  1034. All tests for DST passed the threshold ( 4440 tests run)
  1035.  
  1036. All tests for DST drivers passed the threshold ( 13464 tests run)
  1037.  
  1038.  
  1039. SEP: NB = 10, NBMIN = 2, NX = 1
  1040.  
  1041. All tests for DST passed the threshold ( 4440 tests run)
  1042.  
  1043. All tests for DST drivers passed the threshold ( 13464 tests run)
  1044.  
  1045.  
  1046. routines were not tested
  1047.  
  1048.  
  1049. End of tests
  1050. Total time used = 0.49 seconds
  1051.  
  1052. Tests of the Singular Value Decomposition routines
  1053.  
  1054. LAPACK VERSION 3.4.2
  1055.  
  1056. The following parameter values will be used:
  1057. M: 0 0 0 1 1 1 2 2 3 3
  1058. 3 10 10 16 16 30 30 40 40
  1059. N: 0 1 3 0 1 2 0 1 0 1
  1060. 3 10 16 10 16 30 40 30 40
  1061. NB: 1 3 3 3 20
  1062. NBMIN: 2 2 2 2 2
  1063. NX: 1 0 5 9 1
  1064. NS: 2 0 2 2 2
  1065.  
  1066. Relative machine underflow is taken to be 0.222507-307
  1067. Relative machine overflow is taken to be 0.179769+309
  1068. Relative machine precision is taken to be 0.111022D-15
  1069.  
  1070. Routines pass computational tests if test ratio is less than 50.00
  1071.  
  1072.  
  1073. DBD routines passed the tests of the error exits ( 43 tests done)
  1074.  
  1075. DGESVD passed the tests of the error exits ( 8 tests done)
  1076. DGESDD passed the tests of the error exits ( 6 tests done)
  1077. DGEJSV passed the tests of the error exits ( 11 tests done)
  1078.  
  1079.  
  1080. SVD: NB = 1, NBMIN = 2, NX = 1, NRHS = 2
  1081.  
  1082. All tests for DBD routines passed the threshold ( 5510 tests run)
  1083.  
  1084. All tests for DBD drivers passed the threshold ( 8360 tests run)
  1085.  
  1086.  
  1087. SVD: NB = 3, NBMIN = 2, NX = 0, NRHS = 0
  1088.  
  1089. All tests for DBD routines passed the threshold ( 5510 tests run)
  1090.  
  1091. All tests for DBD drivers passed the threshold ( 8360 tests run)
  1092.  
  1093.  
  1094. SVD: NB = 3, NBMIN = 2, NX = 5, NRHS = 2
  1095.  
  1096. All tests for DBD routines passed the threshold ( 5510 tests run)
  1097.  
  1098. All tests for DBD drivers passed the threshold ( 8360 tests run)
  1099.  
  1100.  
  1101. SVD: NB = 3, NBMIN = 2, NX = 9, NRHS = 2
  1102.  
  1103. All tests for DBD routines passed the threshold ( 5510 tests run)
  1104.  
  1105. All tests for DBD drivers passed the threshold ( 8360 tests run)
  1106.  
  1107.  
  1108. SVD: NB = 20, NBMIN = 2, NX = 1, NRHS = 2
  1109.  
  1110. All tests for DBD routines passed the threshold ( 5510 tests run)
  1111.  
  1112. All tests for DBD drivers passed the threshold ( 8360 tests run)
  1113.  
  1114.  
  1115. End of tests
  1116. Total time used = 3.94 seconds
  1117.  
  1118. Tests of the Nonsymmetric eigenproblem condition estimation routines
  1119. DLALN2, DLASY2, DLANV2, DLAEXC, DTRSYL, DTREXC, DTRSNA, DTRSEN, DLAQTR
  1120.  
  1121. Relative machine precision (EPS) = 0.222045D-15
  1122. Safe minimum (SFMIN) = 0.222507-307
  1123.  
  1124. Routines pass computational tests if test ratio is less than 20.00
  1125.  
  1126.  
  1127. DEC routines passed the tests of the error exits ( 35 tests done)
  1128.  
  1129. All tests for DEC routines passed the threshold ( 501251 tests run)
  1130.  
  1131.  
  1132. End of tests
  1133. Total time used = 0.20 seconds
  1134.  
  1135.  
  1136. Tests of the Nonsymmetric Eigenvalue Problem Driver
  1137. DGEEV (eigenvalues and eigevectors)
  1138.  
  1139. LAPACK VERSION 3.4.2
  1140.  
  1141. The following parameter values will be used:
  1142. M: 0 1 2 3 5 10
  1143. N: 0 1 2 3 5 10
  1144. NB: 3
  1145. NBMIN: 3
  1146. NX: 1
  1147. INMIN: 11
  1148. INWIN: 4
  1149. INIBL: 8
  1150. ISHFTS: 2
  1151. IACC22: 0
  1152.  
  1153. Relative machine underflow is taken to be 0.222507-307
  1154. Relative machine overflow is taken to be 0.179769+309
  1155. Relative machine precision is taken to be 0.111022D-15
  1156.  
  1157. Routines pass computational tests if test ratio is less than 20.00
  1158.  
  1159.  
  1160. DGEEV passed the tests of the error exits ( 7 tests done)
  1161.  
  1162. All tests for DEV passed the threshold ( 924 tests run)
  1163.  
  1164. -----------------------------------------------------------------------
  1165.  
  1166. Tests of the Nonsymmetric Eigenvalue Problem Driver
  1167. DGEES (Schur form)
  1168.  
  1169. LAPACK VERSION 3.4.2
  1170.  
  1171. The following parameter values will be used:
  1172. M: 0 1 2 3 5 10
  1173. N: 0 1 2 3 5 10
  1174. NB: 3
  1175. NBMIN: 3
  1176. NX: 1
  1177. INMIN: 11
  1178. INWIN: 4
  1179. INIBL: 8
  1180. ISHFTS: 2
  1181. IACC22: 0
  1182.  
  1183. Relative machine underflow is taken to be 0.222507-307
  1184. Relative machine overflow is taken to be 0.179769+309
  1185. Relative machine precision is taken to be 0.111022D-15
  1186.  
  1187. Routines pass computational tests if test ratio is less than 20.00
  1188.  
  1189.  
  1190. DGEES passed the tests of the error exits ( 6 tests done)
  1191.  
  1192. All tests for DES passed the threshold ( 3276 tests run)
  1193.  
  1194. -----------------------------------------------------------------------
  1195.  
  1196. Tests of the Nonsymmetric Eigenvalue Problem Expert Driver
  1197. DGEEVX (eigenvalues, eigenvectors and condition numbers)
  1198.  
  1199. LAPACK VERSION 3.4.2
  1200.  
  1201. The following parameter values will be used:
  1202. M: 0 1 2 3 5 10
  1203. N: 0 1 2 3 5 10
  1204. NB: 3
  1205. NBMIN: 3
  1206. NX: 1
  1207. INMIN: 11
  1208. INWIN: 4
  1209. INIBL: 8
  1210. ISHFTS: 2
  1211. IACC22: 0
  1212.  
  1213. Relative machine underflow is taken to be 0.222507-307
  1214. Relative machine overflow is taken to be 0.179769+309
  1215. Relative machine precision is taken to be 0.111022D-15
  1216.  
  1217. Routines pass computational tests if test ratio is less than 20.00
  1218.  
  1219.  
  1220. DGEEVX passed the tests of the error exits ( 11 tests done)
  1221.  
  1222. All tests for DVX passed the threshold ( 5274 tests run)
  1223.  
  1224. -----------------------------------------------------------------------
  1225.  
  1226. Tests of the Nonsymmetric Eigenvalue Problem Expert Driver
  1227. DGEESX (Schur form and condition numbers)
  1228.  
  1229. LAPACK VERSION 3.4.2
  1230.  
  1231. The following parameter values will be used:
  1232. M: 0 1 2 3 5 10
  1233. N: 0 1 2 3 5 10
  1234. NB: 3
  1235. NBMIN: 3
  1236. NX: 1
  1237. INMIN: 11
  1238. INWIN: 4
  1239. INIBL: 8
  1240. ISHFTS: 2
  1241. IACC22: 0
  1242.  
  1243. Relative machine underflow is taken to be 0.222507-307
  1244. Relative machine overflow is taken to be 0.179769+309
  1245. Relative machine precision is taken to be 0.111022D-15
  1246.  
  1247. Routines pass computational tests if test ratio is less than 20.00
  1248.  
  1249.  
  1250. DGEESX passed the tests of the error exits ( 7 tests done)
  1251.  
  1252. All tests for DSX passed the threshold ( 3508 tests run)
  1253.  
  1254. -----------------------------------------------------------------------
  1255.  
  1256.  
  1257. End of tests
  1258. Total time used = 0.12 seconds
  1259.  
  1260.  
  1261. Tests of the Generalized Nonsymmetric Eigenvalue Problem routines
  1262.  
  1263. LAPACK VERSION 3.4.2
  1264.  
  1265. The following parameter values will be used:
  1266. M: 0 1 2 3 5 10 16
  1267. N: 0 1 2 3 5 10 16
  1268. NB: 1 1 2 2
  1269. NBMIN: 40 40 2 2
  1270. NS: 2 4 2 4
  1271. MAXB: 40 40 2 2
  1272. NBCOL: 40 40 2 2
  1273.  
  1274. Relative machine underflow is taken to be 0.222507-307
  1275. Relative machine overflow is taken to be 0.179769+309
  1276. Relative machine precision is taken to be 0.111022D-15
  1277.  
  1278. Routines pass computational tests if test ratio is less than 20.00
  1279.  
  1280.  
  1281. DGG routines passed the tests of the error exits ( 27 tests done)
  1282.  
  1283.  
  1284. DGG: NB = 1, NBMIN = 40, NS = 2, MAXB = 40, NBCOL = 40
  1285.  
  1286. All tests for DGG passed the threshold ( 2184 tests run)
  1287.  
  1288. All tests for DGG drivers passed the threshold ( 1274 tests run)
  1289.  
  1290.  
  1291. DGG: NB = 1, NBMIN = 40, NS = 4, MAXB = 40, NBCOL = 40
  1292.  
  1293. All tests for DGG passed the threshold ( 2184 tests run)
  1294.  
  1295. All tests for DGG drivers passed the threshold ( 1274 tests run)
  1296.  
  1297.  
  1298. DGG: NB = 2, NBMIN = 2, NS = 2, MAXB = 2, NBCOL = 2
  1299.  
  1300. All tests for DGG passed the threshold ( 2184 tests run)
  1301.  
  1302. All tests for DGG drivers passed the threshold ( 1274 tests run)
  1303.  
  1304.  
  1305. DGG: NB = 2, NBMIN = 2, NS = 4, MAXB = 2, NBCOL = 2
  1306.  
  1307. All tests for DGG passed the threshold ( 2184 tests run)
  1308.  
  1309. All tests for DGG drivers passed the threshold ( 1274 tests run)
  1310.  
  1311.  
  1312. End of tests
  1313. Total time used = 0.09 seconds
  1314.  
  1315.  
  1316. Tests of the Generalized Nonsymmetric Eigenvalue Problem Driver DGGES
  1317.  
  1318. LAPACK VERSION 3.4.2
  1319.  
  1320. The following parameter values will be used:
  1321. M: 2 6 10 12 20
  1322. N: 2 6 10 12 20
  1323. NB: 1
  1324. NBMIN: 1
  1325. NX: 1
  1326. NS: 2
  1327. MAXB: 1
  1328.  
  1329. Relative machine underflow is taken to be 0.222507-307
  1330. Relative machine overflow is taken to be 0.179769+309
  1331. Relative machine precision is taken to be 0.111022D-15
  1332.  
  1333. Routines pass computational tests if test ratio is less than 10.00
  1334.  
  1335.  
  1336. DGS routines passed the tests of the error exits ( 87 tests done)
  1337.  
  1338. All tests for DGS drivers passed the threshold ( 1560 tests run)
  1339.  
  1340. -----------------------------------------------------------------------
  1341.  
  1342. Tests of the Generalized Nonsymmetric Eigenvalue Problem Driver DGGEV
  1343.  
  1344. LAPACK VERSION 3.4.2
  1345.  
  1346. The following parameter values will be used:
  1347. M: 2 6 8 10 15 20
  1348. N: 2 6 8 10 15 20
  1349. NB: 1
  1350. NBMIN: 1
  1351. NX: 1
  1352. NS: 2
  1353. MAXB: 1
  1354.  
  1355. Relative machine underflow is taken to be 0.222507-307
  1356. Relative machine overflow is taken to be 0.179769+309
  1357. Relative machine precision is taken to be 0.111022D-15
  1358.  
  1359. Routines pass computational tests if test ratio is less than 10.00
  1360.  
  1361.  
  1362. DGV routines passed the tests of the error exits ( 87 tests done)
  1363.  
  1364. All tests for DGV drivers passed the threshold ( 1092 tests run)
  1365.  
  1366. -----------------------------------------------------------------------
  1367.  
  1368. Tests of the Generalized Nonsymmetric Eigenvalue Problem Expert Driver DGGESX
  1369.  
  1370. LAPACK VERSION 3.4.2
  1371.  
  1372. The following parameter values will be used:
  1373. N: 2
  1374. NB: 1
  1375. NBMIN: 1
  1376. NX: 1
  1377. NS: 2
  1378. MAXB: 1
  1379.  
  1380. Relative machine underflow is taken to be 0.222507-307
  1381. Relative machine overflow is taken to be 0.179769+309
  1382. Relative machine precision is taken to be 0.111022D-15
  1383.  
  1384. Routines pass computational tests if test ratio is less than 10.00
  1385.  
  1386.  
  1387. DGX routines passed the tests of the error exits ( 87 tests done)
  1388.  
  1389. All tests for DGX drivers passed the threshold ( 150 tests run)
  1390.  
  1391. -----------------------------------------------------------------------
  1392.  
  1393. Tests of the Generalized Nonsymmetric Eigenvalue Problem Expert Driver DGGESX
  1394.  
  1395. LAPACK VERSION 3.4.2
  1396.  
  1397. The following parameter values will be used:
  1398. N: 0
  1399. NB: 1
  1400. NBMIN: 1
  1401. NX: 1
  1402. NS: 2
  1403. MAXB: 1
  1404.  
  1405. Relative machine underflow is taken to be 0.222507-307
  1406. Relative machine overflow is taken to be 0.179769+309
  1407. Relative machine precision is taken to be 0.111022D-15
  1408.  
  1409. Routines pass computational tests if test ratio is less than 10.00
  1410.  
  1411.  
  1412. DGX routines passed the tests of the error exits ( 87 tests done)
  1413.  
  1414. All tests for DGX drivers passed the threshold ( 20 tests run)
  1415.  
  1416. -----------------------------------------------------------------------
  1417.  
  1418. Tests of the Generalized Nonsymmetric Eigenvalue Problem Expert Driver DGGEVX
  1419.  
  1420. LAPACK VERSION 3.4.2
  1421.  
  1422. The following parameter values will be used:
  1423. N: 5
  1424. NB: 1
  1425. NBMIN: 1
  1426. NX: 1
  1427. NS: 2
  1428. MAXB: 1
  1429.  
  1430. Relative machine underflow is taken to be 0.222507-307
  1431. Relative machine overflow is taken to be 0.179769+309
  1432. Relative machine precision is taken to be 0.111022D-15
  1433.  
  1434. Routines pass computational tests if test ratio is less than 10.00
  1435.  
  1436.  
  1437. DXV routines passed the tests of the error exits ( 87 tests done)
  1438.  
  1439. All tests for DXV drivers passed the threshold ( 5000 tests run)
  1440.  
  1441. -----------------------------------------------------------------------
  1442.  
  1443. Tests of the Generalized Nonsymmetric Eigenvalue Problem Expert Driver DGGEVX
  1444.  
  1445. LAPACK VERSION 3.4.2
  1446.  
  1447. The following parameter values will be used:
  1448. N: 0
  1449. NB: 1
  1450. NBMIN: 1
  1451. NX: 1
  1452. NS: 2
  1453. MAXB: 1
  1454.  
  1455. Relative machine underflow is taken to be 0.222507-307
  1456. Relative machine overflow is taken to be 0.179769+309
  1457. Relative machine precision is taken to be 0.111022D-15
  1458.  
  1459. Routines pass computational tests if test ratio is less than 10.00
  1460.  
  1461.  
  1462. DXV routines passed the tests of the error exits ( 87 tests done)
  1463.  
  1464. All tests for DXV drivers passed the threshold ( 8 tests run)
  1465.  
  1466. -----------------------------------------------------------------------
  1467.  
  1468.  
  1469. End of tests
  1470. Total time used = 0.17 seconds
  1471.  
  1472. Tests of DSBTRD
  1473. (reduction of a symmetric band matrix to tridiagonal form)
  1474.  
  1475. LAPACK VERSION 3.4.2
  1476.  
  1477. The following parameter values will be used:
  1478. M: 5 20
  1479. N: 5 20
  1480. K: 0 1 2 5 16
  1481.  
  1482. Relative machine underflow is taken to be 0.222507-307
  1483. Relative machine overflow is taken to be 0.179769+309
  1484. Relative machine precision is taken to be 0.111022D-15
  1485.  
  1486. Routines pass computational tests if test ratio is less than 20.00
  1487.  
  1488.  
  1489. DSB routines passed the tests of the error exits ( 36 tests done)
  1490.  
  1491. All tests for DSB passed the threshold ( 540 tests run)
  1492.  
  1493.  
  1494. End of tests
  1495. Total time used = 0.01 seconds
  1496.  
  1497. Tests of the Symmetric Eigenvalue Problem routines
  1498.  
  1499. LAPACK VERSION 3.4.2
  1500.  
  1501. The following parameter values will be used:
  1502. M: 0 1 2 3 5 10 16
  1503. N: 0 1 2 3 5 10 16
  1504. NB: 1 3 20
  1505. NBMIN: 2 2 2
  1506. NX: 1 1 1
  1507.  
  1508. Relative machine underflow is taken to be 0.222507-307
  1509. Relative machine overflow is taken to be 0.179769+309
  1510. Relative machine precision is taken to be 0.111022D-15
  1511.  
  1512. Routines pass computational tests if test ratio is less than 20.00
  1513.  
  1514.  
  1515.  
  1516. DSG: NB = 1, NBMIN = 2, NX = 1
  1517.  
  1518. All tests for DSG passed the threshold ( 10290 tests run)
  1519.  
  1520.  
  1521. DSG: NB = 3, NBMIN = 2, NX = 1
  1522.  
  1523. All tests for DSG passed the threshold ( 10290 tests run)
  1524.  
  1525.  
  1526. DSG: NB = 20, NBMIN = 2, NX = 1
  1527.  
  1528. All tests for DSG passed the threshold ( 10290 tests run)
  1529.  
  1530.  
  1531. End of tests
  1532. Total time used = 0.55 seconds
  1533.  
  1534. Tests of DGBBRD
  1535. (reduction of a general band matrix to real bidiagonal form)
  1536.  
  1537. LAPACK VERSION 3.4.2
  1538.  
  1539. The following parameter values will be used:
  1540. M: 0 0 0 0 1 1 1 1 2 2
  1541. 2 2 3 3 3 3 10 10 16 16
  1542. N: 0 1 2 3 0 1 2 3 0 1
  1543. 2 3 0 1 2 3 10 16 10 16
  1544. K: 0 1 2 3 16
  1545. NS: 1 2
  1546.  
  1547. Relative machine underflow is taken to be 0.222507-307
  1548. Relative machine overflow is taken to be 0.179769+309
  1549. Relative machine precision is taken to be 0.111022D-15
  1550.  
  1551. Routines pass computational tests if test ratio is less than 20.00
  1552.  
  1553.  
  1554.  
  1555. DBB: NRHS = 1
  1556.  
  1557. All tests for DBB passed the threshold ( 3000 tests run)
  1558.  
  1559.  
  1560. DBB: NRHS = 2
  1561.  
  1562. All tests for DBB passed the threshold ( 3000 tests run)
  1563.  
  1564.  
  1565. End of tests
  1566. Total time used = 0.03 seconds
  1567.  
  1568.  
  1569. Tests of the Generalized Linear Regression Model routines
  1570.  
  1571. LAPACK VERSION 3.4.2
  1572.  
  1573. The following parameter values will be used:
  1574. M: 0 5 8 15 20 40
  1575. P: 9 0 15 12 15 30
  1576. N: 5 5 10 25 30 40
  1577.  
  1578. Relative machine underflow is taken to be 0.222507-307
  1579. Relative machine overflow is taken to be 0.179769+309
  1580. Relative machine precision is taken to be 0.111022D-15
  1581.  
  1582. Routines pass computational tests if test ratio is less than 20.00
  1583.  
  1584.  
  1585. GLM routines passed the tests of the error exits ( 8 tests done)
  1586.  
  1587. All tests for GLM routines passed the threshold ( 48 tests run)
  1588.  
  1589.  
  1590. End of tests
  1591. Total time used = 0.01 seconds
  1592.  
  1593.  
  1594. Tests of the Generalized QR and RQ routines
  1595.  
  1596. LAPACK VERSION 3.4.2
  1597.  
  1598. The following parameter values will be used:
  1599. M: 0 3 10
  1600. P: 0 5 20
  1601. N: 0 3 30
  1602.  
  1603. Relative machine underflow is taken to be 0.222507-307
  1604. Relative machine overflow is taken to be 0.179769+309
  1605. Relative machine precision is taken to be 0.111022D-15
  1606.  
  1607. Routines pass computational tests if test ratio is less than 20.00
  1608.  
  1609.  
  1610. GQR routines passed the tests of the error exits ( 12 tests done)
  1611.  
  1612. All tests for GQR routines passed the threshold ( 1728 tests run)
  1613.  
  1614.  
  1615. End of tests
  1616. Total time used = 0.02 seconds
  1617.  
  1618.  
  1619. Tests of the Generalized Singular Value Decomposition routines
  1620.  
  1621. LAPACK VERSION 3.4.2
  1622.  
  1623. The following parameter values will be used:
  1624. M: 0 5 9 10 20 12 12 40
  1625. P: 4 0 12 14 10 10 20 15
  1626. N: 3 10 15 12 8 20 8 20
  1627.  
  1628. Relative machine underflow is taken to be 0.222507-307
  1629. Relative machine overflow is taken to be 0.179769+309
  1630. Relative machine precision is taken to be 0.111022D-15
  1631.  
  1632. Routines pass computational tests if test ratio is less than 20.00
  1633.  
  1634.  
  1635. GSV routines passed the tests of the error exits ( 33 tests done)
  1636.  
  1637. All tests for GSV routines passed the threshold ( 384 tests run)
  1638.  
  1639.  
  1640. End of tests
  1641. Total time used = 0.01 seconds
  1642.  
  1643.  
  1644. Tests of the CS Decomposition routines
  1645.  
  1646. LAPACK VERSION 3.4.2
  1647.  
  1648. The following parameter values will be used:
  1649. M: 0 10 10 10 10 21 24 30 22 32
  1650.  
  1651. P: 0 4 4 0 10 9 10 20 12 12
  1652.  
  1653. N: 0 0 10 4 4 15 12 8 20 8
  1654.  
  1655.  
  1656. Relative machine underflow is taken to be 0.222507-307
  1657. Relative machine overflow is taken to be 0.179769+309
  1658. Relative machine precision is taken to be 0.111022D-15
  1659.  
  1660. Routines pass computational tests if test ratio is less than 10.00
  1661.  
  1662.  
  1663. CSD routines passed the tests of the error exits ( 8 tests done)
  1664.  
  1665. All tests for CSD routines passed the threshold ( 270 tests run)
  1666.  
  1667.  
  1668. End of tests
  1669. Total time used = 0.00 seconds
  1670.  
  1671.  
  1672. Tests of the Linear Least Squares routines
  1673.  
  1674. LAPACK VERSION 3.4.2
  1675.  
  1676. The following parameter values will be used:
  1677. M: 6 0 5 8 10 30
  1678. P: 0 5 5 5 8 20
  1679. N: 5 5 6 8 12 40
  1680.  
  1681. Relative machine underflow is taken to be 0.222507-307
  1682. Relative machine overflow is taken to be 0.179769+309
  1683. Relative machine precision is taken to be 0.111022D-15
  1684.  
  1685. Routines pass computational tests if test ratio is less than 20.00
  1686.  
  1687.  
  1688. LSE routines passed the tests of the error exits ( 8 tests done)
  1689.  
  1690. All tests for LSE routines passed the threshold ( 96 tests run)
  1691.  
  1692.  
  1693. End of tests
  1694. Total time used = 0.01 seconds
  1695.  
  1696. Tests of the DOUBLE PRECISION LAPACK routines
  1697. LAPACK VERSION 3.4.2
  1698.  
  1699. The following parameter values will be used:
  1700. M : 0 1 2 3 5 10 50
  1701. N : 0 1 2 3 5 10 50
  1702. NRHS: 1 2 15
  1703. NB : 1 3 3 3 20
  1704. NX : 1 0 5 9 1
  1705. RANK: 30 50 90
  1706.  
  1707. Routines pass computational tests if test ratio is less than 30.00
  1708.  
  1709. Relative machine underflow is taken to be 0.222507-307
  1710. Relative machine overflow is taken to be 0.179769+309
  1711. Relative machine precision is taken to be 0.111022D-15
  1712.  
  1713.  
  1714. DGE routines passed the tests of the error exits
  1715.  
  1716. All tests for DGE routines passed the threshold ( 3653 tests run)
  1717.  
  1718. DGE drivers passed the tests of the error exits
  1719.  
  1720. All tests for DGE drivers passed the threshold ( 4866 tests run)
  1721.  
  1722. DGB routines passed the tests of the error exits
  1723.  
  1724. All tests for DGB routines passed the threshold ( 28938 tests run)
  1725.  
  1726. DGB drivers passed the tests of the error exits
  1727.  
  1728. All tests for DGB drivers passed the threshold ( 30969 tests run)
  1729.  
  1730. DGT routines passed the tests of the error exits
  1731.  
  1732. All tests for DGT routines passed the threshold ( 2694 tests run)
  1733.  
  1734. DGT drivers passed the tests of the error exits
  1735.  
  1736. All tests for DGT drivers passed the threshold ( 2033 tests run)
  1737.  
  1738. DPO routines passed the tests of the error exits
  1739.  
  1740. All tests for DPO routines passed the threshold ( 1628 tests run)
  1741.  
  1742. DPO drivers passed the tests of the error exits
  1743.  
  1744. All tests for DPO drivers passed the threshold ( 1910 tests run)
  1745.  
  1746. DPS routines passed the tests of the error exits
  1747.  
  1748. All tests for DPS routines passed the threshold ( 150 tests run)
  1749.  
  1750. DPP routines passed the tests of the error exits
  1751.  
  1752. All tests for DPP routines passed the threshold ( 1332 tests run)
  1753.  
  1754. DPP drivers passed the tests of the error exits
  1755.  
  1756. All tests for DPP drivers passed the threshold ( 1910 tests run)
  1757.  
  1758. DPB routines passed the tests of the error exits
  1759.  
  1760. All tests for DPB routines passed the threshold ( 3458 tests run)
  1761.  
  1762. DPB drivers passed the tests of the error exits
  1763.  
  1764. All tests for DPB drivers passed the threshold ( 4750 tests run)
  1765.  
  1766. DPT routines passed the tests of the error exits
  1767.  
  1768. All tests for DPT routines passed the threshold ( 953 tests run)
  1769.  
  1770. DPT drivers passed the tests of the error exits
  1771.  
  1772. All tests for DPT drivers passed the threshold ( 788 tests run)
  1773.  
  1774. DSY routines passed the tests of the error exits
  1775.  
  1776. All tests for DSY routines passed the threshold ( 1846 tests run)
  1777.  
  1778. DSY drivers passed the tests of the error exits
  1779.  
  1780. All tests for DSY drivers passed the threshold ( 1072 tests run)
  1781.  
  1782. DSP routines passed the tests of the error exits
  1783.  
  1784. All tests for DSP routines passed the threshold ( 1404 tests run)
  1785.  
  1786. DSP drivers passed the tests of the error exits
  1787.  
  1788. All tests for DSP drivers passed the threshold ( 1072 tests run)
  1789.  
  1790. DTR routines passed the tests of the error exits
  1791.  
  1792. All tests for DTR routines passed the threshold ( 7672 tests run)
  1793.  
  1794. DTP routines passed the tests of the error exits
  1795.  
  1796. All tests for DTP routines passed the threshold ( 7392 tests run)
  1797.  
  1798. DTB routines passed the tests of the error exits
  1799.  
  1800. All tests for DTB routines passed the threshold ( 19888 tests run)
  1801.  
  1802. DQR routines passed the tests of the error exits
  1803.  
  1804. All tests for DQR routines passed the threshold ( 30744 tests run)
  1805.  
  1806. DRQ routines passed the tests of the error exits
  1807.  
  1808. All tests for DRQ routines passed the threshold ( 28784 tests run)
  1809.  
  1810. DLQ routines passed the tests of the error exits
  1811.  
  1812. All tests for DLQ routines passed the threshold ( 28784 tests run)
  1813.  
  1814. DQL routines passed the tests of the error exits
  1815.  
  1816. All tests for DQL routines passed the threshold ( 28784 tests run)
  1817.  
  1818. DQP routines passed the tests of the error exits
  1819.  
  1820. All tests for DQP routines passed the threshold ( 882 tests run)
  1821.  
  1822. All tests for DQ3 routines passed the threshold ( 4410 tests run)
  1823.  
  1824. DTZ routines passed the tests of the error exits
  1825.  
  1826. All tests for DTZ routines passed the threshold ( 504 tests run)
  1827.  
  1828. DLS routines passed the tests of the error exits
  1829.  
  1830. All tests for DLS drivers passed the threshold ( 65268 tests run)
  1831.  
  1832. All tests for DEQ routines passed the threshold
  1833.  
  1834. DQT routines passed the tests of the error exits
  1835.  
  1836. All tests for DQT routines passed the threshold ( 510 tests run)
  1837.  
  1838. DQX routines passed the tests of the error exits
  1839.  
  1840. All tests for DQX routines passed the threshold ( 1482 tests run)
  1841.  
  1842. End of tests
  1843. Total time used = 2.93 seconds
  1844.  
  1845. Tests of the DOUBLE PRECISION LAPACK DSGESV/DSPOSV routines
  1846. LAPACK VERSION 3.4.2
  1847.  
  1848. The following parameter values will be used:
  1849. M : 0 1 2 13 17 45 78 91 101 120
  1850. 132
  1851. NRHS: 1 2 15 16
  1852.  
  1853. Routines pass computational tests if test ratio is less than 30.00
  1854.  
  1855. Relative machine (single precision) underflow is taken to be 0.117549D-37
  1856. Relative machine (single precision) overflow is taken to be 0.340282D+39
  1857. Relative machine (single precision) precision is taken to be 0.596046D-07
  1858.  
  1859. Relative machine (double precision) underflow is taken to be 0.222507-307
  1860. Relative machine (double precision) overflow is taken to be 0.179769+309
  1861. Relative machine (double precision) precision is taken to be 0.111022D-15
  1862.  
  1863.  
  1864. DSGESV drivers passed the tests of the error exits
  1865.  
  1866. All tests for DSGESV routines passed the threshold ( 324 tests run)
  1867.  
  1868. DSPOSV drivers passed the tests of the error exits
  1869.  
  1870. All tests for DSPOSV routines passed the threshold ( 488 tests run)
  1871.  
  1872. End of tests
  1873. Total time used = 0.76 seconds
  1874.  
  1875.  
  1876. Tests of the DOUBLE PRECISION LAPACK RFP routines
  1877. LAPACK VERSION 3.4.2
  1878.  
  1879. The following parameter values will be used:
  1880. N : 0 1 2 3 5 6 10 11 50
  1881. NRHS: 1 2 15
  1882. TYPE: 1 2 3 4 5 6 7 8 9
  1883.  
  1884. Routines pass computational tests if test ratio is less than 30.00
  1885.  
  1886. Relative machine underflow is taken to be 0.222507-307
  1887. Relative machine overflow is taken to be 0.179769+309
  1888. Relative machine precision is taken to be 0.111022D-15
  1889.  
  1890. DOUBLE PRECISION RFP routines passed the tests of the error exits
  1891.  
  1892. All tests for DPF drivers passed the threshold ( 2352 tests run)
  1893. All tests for DLANSF auxiliary routine passed the threshold ( 384 tests run)
  1894. All tests for the RFP convertion routines passed ( 72 tests run)
  1895. All tests for DTFSM auxiliary routine passed the threshold ( 7776 tests run)
  1896. All tests for DSFRK auxiliary routine passed the threshold ( 2592 tests run)
  1897.  
  1898. End of tests
  1899. Total time used = 0.34 seconds
  1900.  
  1901. Tests of the Nonsymmetric Eigenvalue Problem routines
  1902.  
  1903. LAPACK VERSION 3.4.2
  1904.  
  1905. The following parameter values will be used:
  1906. M: 0 1 2 3 5 10 16
  1907. N: 0 1 2 3 5 10 16
  1908. NB: 1 3 3 3 20
  1909. NBMIN: 2 2 2 2 2
  1910. NX: 1 0 5 9 1
  1911. INMIN: 11 12 11 15 11
  1912. INWIN: 2 3 5 3 2
  1913. INIBL: 0 5 7 3 200
  1914. ISHFTS: 1 2 4 2 1
  1915. IACC22: 0 1 2 0 1
  1916.  
  1917. Relative machine underflow is taken to be 0.117549E-37
  1918. Relative machine overflow is taken to be 0.340282E+39
  1919. Relative machine precision is taken to be 0.596046E-07
  1920.  
  1921. Routines pass computational tests if test ratio is less than 20.00
  1922.  
  1923.  
  1924. CHS routines passed the tests of the error exits ( 66 tests done)
  1925.  
  1926.  
  1927. NEP: NB = 1, NBMIN = 2, NX = 1, INMIN= 11, INWIN = 2, INIBL = 0, ISHFTS = 1, IACC22 = 0
  1928.  
  1929. All tests for CHS passed the threshold ( 1764 tests run)
  1930.  
  1931.  
  1932. NEP: NB = 3, NBMIN = 2, NX = 0, INMIN= 12, INWIN = 3, INIBL = 5, ISHFTS = 2, IACC22 = 1
  1933.  
  1934. All tests for CHS passed the threshold ( 1764 tests run)
  1935.  
  1936.  
  1937. NEP: NB = 3, NBMIN = 2, NX = 5, INMIN= 11, INWIN = 5, INIBL = 7, ISHFTS = 4, IACC22 = 2
  1938.  
  1939. All tests for CHS passed the threshold ( 1764 tests run)
  1940.  
  1941.  
  1942. NEP: NB = 3, NBMIN = 2, NX = 9, INMIN= 15, INWIN = 3, INIBL = 3, ISHFTS = 2, IACC22 = 0
  1943.  
  1944. All tests for CHS passed the threshold ( 1764 tests run)
  1945.  
  1946.  
  1947. NEP: NB = 20, NBMIN = 2, NX = 1, INMIN= 11, INWIN = 2, INIBL = 200, ISHFTS = 1, IACC22 = 1
  1948.  
  1949. All tests for CHS passed the threshold ( 1764 tests run)
  1950.  
  1951.  
  1952. End of tests
  1953. Total time used = 0.15 seconds
  1954.  
  1955. Tests of the Hermitian Eigenvalue Problem routines
  1956.  
  1957. LAPACK VERSION 3.4.2
  1958.  
  1959. The following parameter values will be used:
  1960. M: 0 1 2 3 5 20
  1961. N: 0 1 2 3 5 20
  1962. NB: 1 3 3 3 10
  1963. NBMIN: 2 2 2 2 2
  1964. NX: 1 0 5 9 1
  1965.  
  1966. Relative machine underflow is taken to be 0.117549E-37
  1967. Relative machine overflow is taken to be 0.340282E+39
  1968. Relative machine precision is taken to be 0.596046E-07
  1969.  
  1970. Routines pass computational tests if test ratio is less than 50.00
  1971.  
  1972.  
  1973. CST routines passed the tests of the error exits (114 tests done)
  1974.  
  1975.  
  1976. SEP: NB = 1, NBMIN = 2, NX = 1
  1977.  
  1978. All tests for CST passed the threshold ( 4440 tests run)
  1979.  
  1980. All tests for CST drivers passed the threshold ( 11016 tests run)
  1981.  
  1982.  
  1983. SEP: NB = 3, NBMIN = 2, NX = 0
  1984.  
  1985. All tests for CST passed the threshold ( 4440 tests run)
  1986.  
  1987. All tests for CST drivers passed the threshold ( 11016 tests run)
  1988.  
  1989.  
  1990. SEP: NB = 3, NBMIN = 2, NX = 5
  1991.  
  1992. All tests for CST passed the threshold ( 4440 tests run)
  1993.  
  1994. All tests for CST drivers passed the threshold ( 11016 tests run)
  1995.  
  1996.  
  1997. SEP: NB = 3, NBMIN = 2, NX = 9
  1998.  
  1999. All tests for CST passed the threshold ( 4440 tests run)
  2000.  
  2001. All tests for CST drivers passed the threshold ( 11016 tests run)
  2002.  
  2003.  
  2004. SEP: NB = 10, NBMIN = 2, NX = 1
  2005.  
  2006. All tests for CST passed the threshold ( 4440 tests run)
  2007.  
  2008. All tests for CST drivers passed the threshold ( 11016 tests run)
  2009.  
  2010.  
  2011. routines were not tested
  2012.  
  2013.  
  2014. End of tests
  2015. Total time used = 0.53 seconds
  2016.  
  2017. Tests of the Singular Value Decomposition routines
  2018.  
  2019. LAPACK VERSION 3.4.2
  2020.  
  2021. The following parameter values will be used:
  2022. M: 0 0 0 1 1 1 2 2 3 3
  2023. 3 10 10 16 16 30 30 40 40
  2024. N: 0 1 3 0 1 2 0 1 0 1
  2025. 3 10 16 10 16 30 40 30 40
  2026. NB: 1 3 3 3 20
  2027. NBMIN: 2 2 2 2 2
  2028. NX: 1 0 5 9 1
  2029. NS: 2 0 2 2 2
  2030.  
  2031. Relative machine underflow is taken to be 0.117549E-37
  2032. Relative machine overflow is taken to be 0.340282E+39
  2033. Relative machine precision is taken to be 0.596046E-07
  2034.  
  2035. Routines pass computational tests if test ratio is less than 50.00
  2036.  
  2037.  
  2038. CBD routines passed the tests of the error exits ( 35 tests done)
  2039.  
  2040. CGESVD passed the tests of the error exits ( 8 tests done)
  2041. CGESDD passed the tests of the error exits ( 6 tests done)
  2042.  
  2043.  
  2044. SVD: NB = 1, NBMIN = 2, NX = 1, NRHS = 2
  2045.  
  2046. All tests for CBD routines passed the threshold ( 4085 tests run)
  2047.  
  2048. All tests for CBD drivers passed the threshold ( 4840 tests run)
  2049.  
  2050.  
  2051. SVD: NB = 3, NBMIN = 2, NX = 0, NRHS = 0
  2052.  
  2053. All tests for CBD routines passed the threshold ( 4085 tests run)
  2054.  
  2055. All tests for CBD drivers passed the threshold ( 4840 tests run)
  2056.  
  2057.  
  2058. SVD: NB = 3, NBMIN = 2, NX = 5, NRHS = 2
  2059.  
  2060. All tests for CBD routines passed the threshold ( 4085 tests run)
  2061.  
  2062. All tests for CBD drivers passed the threshold ( 4840 tests run)
  2063.  
  2064.  
  2065. SVD: NB = 3, NBMIN = 2, NX = 9, NRHS = 2
  2066.  
  2067. All tests for CBD routines passed the threshold ( 4085 tests run)
  2068.  
  2069. All tests for CBD drivers passed the threshold ( 4840 tests run)
  2070.  
  2071.  
  2072. SVD: NB = 20, NBMIN = 2, NX = 1, NRHS = 2
  2073.  
  2074. All tests for CBD routines passed the threshold ( 4085 tests run)
  2075.  
  2076. All tests for CBD drivers passed the threshold ( 4840 tests run)
  2077.  
  2078.  
  2079. End of tests
  2080. Total time used = 3.92 seconds
  2081.  
  2082. Tests of the Nonsymmetric eigenproblem condition estimation routines
  2083. CTRSYL, CTREXC, CTRSNA, CTRSEN
  2084.  
  2085. Relative machine precision (EPS) = 0.119209E-06
  2086. Safe minimum (SFMIN) = 0.117549E-37
  2087.  
  2088. Routines pass computational tests if test ratio is less than 20.00
  2089.  
  2090.  
  2091. CEC routines passed the tests of the error exits ( 33 tests done)
  2092.  
  2093. All tests for CEC routines passed the threshold ( 5966 tests run)
  2094.  
  2095.  
  2096. End of tests
  2097. Total time used = 0.02 seconds
  2098.  
  2099.  
  2100. Tests of the Nonsymmetric Eigenvalue Problem Driver
  2101. CGEES (Schur form)
  2102.  
  2103. LAPACK VERSION 3.4.2
  2104.  
  2105. The following parameter values will be used:
  2106. M: 0 1 2 3 5 10
  2107. N: 0 1 2 3 5 10
  2108. NB: 3
  2109. NBMIN: 3
  2110. NX: 1
  2111. INMIN: 11
  2112. INWIN: 4
  2113. INIBL: 8
  2114. ISHFTS: 2
  2115. IACC22: 0
  2116.  
  2117. Relative machine underflow is taken to be 0.117549E-37
  2118. Relative machine overflow is taken to be 0.340282E+39
  2119. Relative machine precision is taken to be 0.596046E-07
  2120.  
  2121. Routines pass computational tests if test ratio is less than 20.00
  2122.  
  2123.  
  2124. CGEES passed the tests of the error exits ( 6 tests done)
  2125.  
  2126. All tests for CES passed the threshold ( 3276 tests run)
  2127.  
  2128. -----------------------------------------------------------------------
  2129.  
  2130. Tests of the Nonsymmetric Eigenvalue Problem Driver
  2131. CGEEV (eigenvalues and eigevectors)
  2132.  
  2133. LAPACK VERSION 3.4.2
  2134.  
  2135. The following parameter values will be used:
  2136. M: 0 1 2 3 5 10
  2137. N: 0 1 2 3 5 10
  2138. NB: 3
  2139. NBMIN: 3
  2140. NX: 1
  2141. INMIN: 11
  2142. INWIN: 4
  2143. INIBL: 8
  2144. ISHFTS: 2
  2145. IACC22: 0
  2146.  
  2147. Relative machine underflow is taken to be 0.117549E-37
  2148. Relative machine overflow is taken to be 0.340282E+39
  2149. Relative machine precision is taken to be 0.596046E-07
  2150.  
  2151. Routines pass computational tests if test ratio is less than 20.00
  2152.  
  2153.  
  2154. CGEEV passed the tests of the error exits ( 7 tests done)
  2155.  
  2156. All tests for CEV passed the threshold ( 924 tests run)
  2157.  
  2158. -----------------------------------------------------------------------
  2159.  
  2160. Tests of the Nonsymmetric Eigenvalue Problem Expert Driver
  2161. CGEESX (Schur form and condition numbers)
  2162.  
  2163. LAPACK VERSION 3.4.2
  2164.  
  2165. The following parameter values will be used:
  2166. M: 0 1 2 3 5 10
  2167. N: 0 1 2 3 5 10
  2168. NB: 3
  2169. NBMIN: 3
  2170. NX: 1
  2171. INMIN: 11
  2172. INWIN: 4
  2173. INIBL: 8
  2174. ISHFTS: 2
  2175. IACC22: 0
  2176.  
  2177. Relative machine underflow is taken to be 0.117549E-37
  2178. Relative machine overflow is taken to be 0.340282E+39
  2179. Relative machine precision is taken to be 0.596046E-07
  2180.  
  2181. Routines pass computational tests if test ratio is less than 20.00
  2182.  
  2183.  
  2184. CGEESX passed the tests of the error exits ( 7 tests done)
  2185.  
  2186. All tests for CSX passed the threshold ( 3406 tests run)
  2187.  
  2188. -----------------------------------------------------------------------
  2189.  
  2190. Tests of the Nonsymmetric Eigenvalue Problem Expert Driver
  2191. CGEEVX (eigenvalues, eigenvectors and condition numbers)
  2192.  
  2193. LAPACK VERSION 3.4.2
  2194.  
  2195. The following parameter values will be used:
  2196. M: 0 1 2 3 5 10
  2197. N: 0 1 2 3 5 10
  2198. NB: 3
  2199. NBMIN: 3
  2200. NX: 1
  2201. INMIN: 11
  2202. INWIN: 4
  2203. INIBL: 8
  2204. ISHFTS: 2
  2205. IACC22: 0
  2206.  
  2207. Relative machine underflow is taken to be 0.117549E-37
  2208. Relative machine overflow is taken to be 0.340282E+39
  2209. Relative machine precision is taken to be 0.596046E-07
  2210.  
  2211. Routines pass computational tests if test ratio is less than 20.00
  2212.  
  2213.  
  2214. CGEEVX passed the tests of the error exits ( 10 tests done)
  2215.  
  2216. All tests for CVX passed the threshold ( 5172 tests run)
  2217.  
  2218. -----------------------------------------------------------------------
  2219.  
  2220.  
  2221. End of tests
  2222. Total time used = 0.15 seconds
  2223.  
  2224.  
  2225. Tests of the Generalized Nonsymmetric Eigenvalue Problem routines
  2226.  
  2227. LAPACK VERSION 3.4.2
  2228.  
  2229. The following parameter values will be used:
  2230. M: 0 1 2 3 5 10 16
  2231. N: 0 1 2 3 5 10 16
  2232. NB: 1 1 2 2
  2233. NBMIN: 40 40 2 2
  2234. NS: 2 4 2 4
  2235. MAXB: 40 40 2 2
  2236. NBCOL: 40 40 2 2
  2237.  
  2238. Relative machine underflow is taken to be 0.117549E-37
  2239. Relative machine overflow is taken to be 0.340282E+39
  2240. Relative machine precision is taken to be 0.596046E-07
  2241.  
  2242. Routines pass computational tests if test ratio is less than 20.00
  2243.  
  2244.  
  2245. CGG routines passed the tests of the error exits ( 27 tests done)
  2246.  
  2247.  
  2248. CGG: NB = 1, NBMIN = 40, NS = 2, MAXB = 40, NBCOL = 40
  2249.  
  2250. All tests for CGG passed the threshold ( 2184 tests run)
  2251.  
  2252. All tests for CGG drivers passed the threshold ( 1274 tests run)
  2253.  
  2254.  
  2255. CGG: NB = 1, NBMIN = 40, NS = 4, MAXB = 40, NBCOL = 40
  2256.  
  2257. All tests for CGG passed the threshold ( 2184 tests run)
  2258.  
  2259. All tests for CGG drivers passed the threshold ( 1274 tests run)
  2260.  
  2261.  
  2262. CGG: NB = 2, NBMIN = 2, NS = 2, MAXB = 2, NBCOL = 2
  2263.  
  2264. All tests for CGG passed the threshold ( 2184 tests run)
  2265.  
  2266. All tests for CGG drivers passed the threshold ( 1274 tests run)
  2267.  
  2268.  
  2269. CGG: NB = 2, NBMIN = 2, NS = 4, MAXB = 2, NBCOL = 2
  2270.  
  2271. All tests for CGG passed the threshold ( 2184 tests run)
  2272.  
  2273. All tests for CGG drivers passed the threshold ( 1274 tests run)
  2274.  
  2275.  
  2276. End of tests
  2277. Total time used = 0.13 seconds
  2278.  
  2279.  
  2280. Tests of the Generalized Nonsymmetric Eigenvalue Problem Driver CGGEV
  2281.  
  2282. LAPACK VERSION 3.4.2
  2283.  
  2284. The following parameter values will be used:
  2285. M: 2 6 8 10 12 20
  2286. N: 2 6 8 10 12 20
  2287. NB: 1
  2288. NBMIN: 1
  2289. NX: 1
  2290. NS: 2
  2291. MAXB: 1
  2292.  
  2293. Relative machine underflow is taken to be 0.117549E-37
  2294. Relative machine overflow is taken to be 0.340282E+39
  2295. Relative machine precision is taken to be 0.596046E-07
  2296.  
  2297. Routines pass computational tests if test ratio is less than 10.00
  2298.  
  2299.  
  2300. CGV routines passed the tests of the error exits ( 85 tests done)
  2301.  
  2302. All tests for CGV drivers passed the threshold ( 1092 tests run)
  2303.  
  2304. -----------------------------------------------------------------------
  2305.  
  2306. Tests of the Generalized Nonsymmetric Eigenvalue Problem Driver CGGES
  2307.  
  2308. LAPACK VERSION 3.4.2
  2309.  
  2310. The following parameter values will be used:
  2311. M: 2 6 10 12 20
  2312. N: 2 6 10 12 20
  2313. NB: 1
  2314. NBMIN: 1
  2315. NX: 1
  2316. NS: 2
  2317. MAXB: 1
  2318.  
  2319. Relative machine underflow is taken to be 0.117549E-37
  2320. Relative machine overflow is taken to be 0.340282E+39
  2321. Relative machine precision is taken to be 0.596046E-07
  2322.  
  2323. Routines pass computational tests if test ratio is less than 10.00
  2324.  
  2325.  
  2326. CGS routines passed the tests of the error exits ( 85 tests done)
  2327.  
  2328. All tests for CGS drivers passed the threshold ( 1560 tests run)
  2329.  
  2330. -----------------------------------------------------------------------
  2331.  
  2332. Tests of the Generalized Nonsymmetric Eigenvalue Problem Expert Driver CGGESX
  2333.  
  2334. LAPACK VERSION 3.4.2
  2335.  
  2336. The following parameter values will be used:
  2337. N: 2
  2338. NB: 1
  2339. NBMIN: 1
  2340. NX: 1
  2341. NS: 2
  2342. MAXB: 1
  2343.  
  2344. Relative machine underflow is taken to be 0.117549E-37
  2345. Relative machine overflow is taken to be 0.340282E+39
  2346. Relative machine precision is taken to be 0.596046E-07
  2347.  
  2348. Routines pass computational tests if test ratio is less than 10.00
  2349.  
  2350.  
  2351. CGX routines passed the tests of the error exits ( 85 tests done)
  2352.  
  2353. All tests for CGX drivers passed the threshold ( 150 tests run)
  2354.  
  2355. -----------------------------------------------------------------------
  2356.  
  2357. Tests of the Generalized Nonsymmetric Eigenvalue Problem Expert Driver CGGEVX
  2358.  
  2359. LAPACK VERSION 3.4.2
  2360.  
  2361. The following parameter values will be used:
  2362. N: 6
  2363. NB: 1
  2364. NBMIN: 1
  2365. NX: 1
  2366. NS: 2
  2367. MAXB: 1
  2368.  
  2369. Relative machine underflow is taken to be 0.117549E-37
  2370. Relative machine overflow is taken to be 0.340282E+39
  2371. Relative machine precision is taken to be 0.596046E-07
  2372.  
  2373. Routines pass computational tests if test ratio is less than 10.00
  2374.  
  2375.  
  2376. CXV routines passed the tests of the error exits ( 85 tests done)
  2377.  
  2378. All tests for CXV drivers passed the threshold ( 5000 tests run)
  2379.  
  2380. -----------------------------------------------------------------------
  2381.  
  2382. Tests of the Generalized Nonsymmetric Eigenvalue Problem Expert Driver CGGESX
  2383.  
  2384. LAPACK VERSION 3.4.2
  2385.  
  2386. The following parameter values will be used:
  2387. N: 0
  2388. NB: 1
  2389. NBMIN: 1
  2390. NX: 1
  2391. NS: 2
  2392. MAXB: 1
  2393.  
  2394. Relative machine underflow is taken to be 0.117549E-37
  2395. Relative machine overflow is taken to be 0.340282E+39
  2396. Relative machine precision is taken to be 0.596046E-07
  2397.  
  2398. Routines pass computational tests if test ratio is less than 10.00
  2399.  
  2400.  
  2401. CGX routines passed the tests of the error exits ( 85 tests done)
  2402.  
  2403. All tests for CGX drivers passed the threshold ( 20 tests run)
  2404.  
  2405. -----------------------------------------------------------------------
  2406.  
  2407. Tests of the Generalized Nonsymmetric Eigenvalue Problem Expert Driver CGGEVX
  2408.  
  2409. LAPACK VERSION 3.4.2
  2410.  
  2411. The following parameter values will be used:
  2412. N: 0
  2413. NB: 1
  2414. NBMIN: 1
  2415. NX: 1
  2416. NS: 2
  2417. MAXB: 1
  2418.  
  2419. Relative machine underflow is taken to be 0.117549E-37
  2420. Relative machine overflow is taken to be 0.340282E+39
  2421. Relative machine precision is taken to be 0.596046E-07
  2422.  
  2423. Routines pass computational tests if test ratio is less than 10.00
  2424.  
  2425.  
  2426. CXV routines passed the tests of the error exits ( 85 tests done)
  2427.  
  2428. All tests for CXV drivers passed the threshold ( 8 tests run)
  2429.  
  2430. -----------------------------------------------------------------------
  2431.  
  2432.  
  2433. End of tests
  2434. Total time used = 0.14 seconds
  2435.  
  2436. Tests of CHBTRD
  2437. (reduction of a Hermitian band matrix to real tridiagonal form)
  2438.  
  2439. LAPACK VERSION 3.4.2
  2440.  
  2441. The following parameter values will be used:
  2442. M: 5 20
  2443. N: 5 20
  2444. K: 0 1 2 5 16
  2445.  
  2446. Relative machine underflow is taken to be 0.117549E-37
  2447. Relative machine overflow is taken to be 0.340282E+39
  2448. Relative machine precision is taken to be 0.596046E-07
  2449.  
  2450. Routines pass computational tests if test ratio is less than 20.00
  2451.  
  2452.  
  2453. CHB routines passed the tests of the error exits ( 38 tests done)
  2454.  
  2455. All tests for CHB passed the threshold ( 540 tests run)
  2456.  
  2457.  
  2458. End of tests
  2459. Total time used = 0.01 seconds
  2460.  
  2461. Tests of the Hermitian Eigenvalue Problem routines
  2462.  
  2463. LAPACK VERSION 3.4.2
  2464.  
  2465. The following parameter values will be used:
  2466. M: 0 1 2 3 5 10 16
  2467. N: 0 1 2 3 5 10 16
  2468. NB: 1 3 20
  2469. NBMIN: 2 2 2
  2470. NX: 1 1 1
  2471.  
  2472. Relative machine underflow is taken to be 0.117549E-37
  2473. Relative machine overflow is taken to be 0.340282E+39
  2474. Relative machine precision is taken to be 0.596046E-07
  2475.  
  2476. Routines pass computational tests if test ratio is less than 20.00
  2477.  
  2478.  
  2479.  
  2480. CSG: NB = 1, NBMIN = 2, NX = 1
  2481.  
  2482. All tests for CSG passed the threshold ( 10290 tests run)
  2483.  
  2484.  
  2485. CSG: NB = 3, NBMIN = 2, NX = 1
  2486.  
  2487. All tests for CSG passed the threshold ( 10290 tests run)
  2488.  
  2489.  
  2490. CSG: NB = 20, NBMIN = 2, NX = 1
  2491.  
  2492. All tests for CSG passed the threshold ( 10290 tests run)
  2493.  
  2494.  
  2495. End of tests
  2496. Total time used = 0.54 seconds
  2497.  
  2498. Tests of CGBBRD
  2499. (reduction of a general band matrix to real bidiagonal form)
  2500.  
  2501. LAPACK VERSION 3.4.2
  2502.  
  2503. The following parameter values will be used:
  2504. M: 0 0 0 0 1 1 1 1 2 2
  2505. 2 2 3 3 3 3 10 10 16 16
  2506. N: 0 1 2 3 0 1 2 3 0 1
  2507. 2 3 0 1 2 3 10 16 10 16
  2508. K: 0 1 2 3 16
  2509. NS: 1 2
  2510.  
  2511. Relative machine underflow is taken to be 0.117549E-37
  2512. Relative machine overflow is taken to be 0.340282E+39
  2513. Relative machine precision is taken to be 0.596046E-07
  2514.  
  2515. Routines pass computational tests if test ratio is less than 20.00
  2516.  
  2517.  
  2518.  
  2519. CBB: NRHS = 1
  2520.  
  2521. All tests for CBB passed the threshold ( 3000 tests run)
  2522.  
  2523.  
  2524. CBB: NRHS = 2
  2525.  
  2526. All tests for CBB passed the threshold ( 3000 tests run)
  2527.  
  2528.  
  2529. End of tests
  2530. Total time used = 0.04 seconds
  2531.  
  2532.  
  2533. Tests of the Generalized Linear Regression Model routines
  2534.  
  2535. LAPACK VERSION 3.4.2
  2536.  
  2537. The following parameter values will be used:
  2538. M: 0 5 8 15 20 40
  2539. P: 9 0 15 12 15 30
  2540. N: 5 5 10 25 30 40
  2541.  
  2542. Relative machine underflow is taken to be 0.117549E-37
  2543. Relative machine overflow is taken to be 0.340282E+39
  2544. Relative machine precision is taken to be 0.596046E-07
  2545.  
  2546. Routines pass computational tests if test ratio is less than 20.00
  2547.  
  2548.  
  2549. GLM routines passed the tests of the error exits ( 8 tests done)
  2550.  
  2551. All tests for GLM routines passed the threshold ( 48 tests run)
  2552.  
  2553.  
  2554. End of tests
  2555. Total time used = 0.01 seconds
  2556.  
  2557.  
  2558. Tests of the Generalized QR and RQ routines
  2559.  
  2560. LAPACK VERSION 3.4.2
  2561.  
  2562. The following parameter values will be used:
  2563. M: 0 3 10
  2564. P: 0 5 20
  2565. N: 0 3 30
  2566.  
  2567. Relative machine underflow is taken to be 0.117549E-37
  2568. Relative machine overflow is taken to be 0.340282E+39
  2569. Relative machine precision is taken to be 0.596046E-07
  2570.  
  2571. Routines pass computational tests if test ratio is less than 20.00
  2572.  
  2573.  
  2574. GQR routines passed the tests of the error exits ( 12 tests done)
  2575.  
  2576. All tests for GQR routines passed the threshold ( 1728 tests run)
  2577.  
  2578.  
  2579. End of tests
  2580. Total time used = 0.03 seconds
  2581.  
  2582.  
  2583. Tests of the Generalized Singular Value Decomposition routines
  2584.  
  2585. LAPACK VERSION 3.4.2
  2586.  
  2587. The following parameter values will be used:
  2588. M: 0 5 9 10 20 12 12 40
  2589. P: 4 0 12 14 10 10 20 15
  2590. N: 3 10 15 12 8 20 8 20
  2591.  
  2592. Relative machine underflow is taken to be 0.117549E-37
  2593. Relative machine overflow is taken to be 0.340282E+39
  2594. Relative machine precision is taken to be 0.596046E-07
  2595.  
  2596. Routines pass computational tests if test ratio is less than 20.00
  2597.  
  2598.  
  2599. GSV routines passed the tests of the error exits ( 33 tests done)
  2600.  
  2601. All tests for GSV routines passed the threshold ( 384 tests run)
  2602.  
  2603.  
  2604. End of tests
  2605. Total time used = 0.02 seconds
  2606.  
  2607.  
  2608. Tests of the CS Decomposition routines
  2609.  
  2610. LAPACK VERSION 3.4.2
  2611.  
  2612. The following parameter values will be used:
  2613. M: 0 10 10 10 10 21 24 30 22 32
  2614.  
  2615. P: 0 4 4 0 10 9 10 20 12 12
  2616.  
  2617. N: 0 0 10 4 4 15 12 8 20 8
  2618.  
  2619.  
  2620. Relative machine underflow is taken to be 0.117549E-37
  2621. Relative machine overflow is taken to be 0.340282E+39
  2622. Relative machine precision is taken to be 0.596046E-07
  2623.  
  2624. Routines pass computational tests if test ratio is less than 10.00
  2625.  
  2626.  
  2627. CSD routines passed the tests of the error exits ( 8 tests done)
  2628.  
  2629. All tests for CSD routines passed the threshold ( 270 tests run)
  2630.  
  2631.  
  2632. End of tests
  2633. Total time used = 0.00 seconds
  2634.  
  2635.  
  2636. Tests of the Linear Least Squares routines
  2637.  
  2638. LAPACK VERSION 3.4.2
  2639.  
  2640. The following parameter values will be used:
  2641. M: 6 0 5 8 10 30
  2642. P: 0 5 5 5 8 20
  2643. N: 5 5 6 8 12 40
  2644.  
  2645. Relative machine underflow is taken to be 0.117549E-37
  2646. Relative machine overflow is taken to be 0.340282E+39
  2647. Relative machine precision is taken to be 0.596046E-07
  2648.  
  2649. Routines pass computational tests if test ratio is less than 20.00
  2650.  
  2651.  
  2652. LSE routines passed the tests of the error exits ( 8 tests done)
  2653.  
  2654. All tests for LSE routines passed the threshold ( 96 tests run)
  2655.  
  2656.  
  2657. End of tests
  2658. Total time used = 0.00 seconds
  2659.  
  2660. Tests of the COMPLEX LAPACK routines
  2661. LAPACK VERSION 3.4.2
  2662.  
  2663. The following parameter values will be used:
  2664. M : 0 1 2 3 5 10 50
  2665. N : 0 1 2 3 5 10 50
  2666. NRHS: 1 2 15
  2667. NB : 1 3 3 3 20
  2668. NX : 1 0 5 9 1
  2669. RANK: 30 50 90
  2670.  
  2671. Routines pass computational tests if test ratio is less than 30.00
  2672.  
  2673. Relative machine underflow is taken to be 0.117549E-37
  2674. Relative machine overflow is taken to be 0.340282E+39
  2675. Relative machine precision is taken to be 0.596046E-07
  2676.  
  2677.  
  2678. CGE routines passed the tests of the error exits
  2679.  
  2680. All tests for CGE routines passed the threshold ( 3653 tests run)
  2681.  
  2682. CGE drivers passed the tests of the error exits
  2683.  
  2684. All tests for CGE drivers passed the threshold ( 4866 tests run)
  2685.  
  2686. CGB routines passed the tests of the error exits
  2687.  
  2688. All tests for CGB routines passed the threshold ( 28938 tests run)
  2689.  
  2690. CGB drivers passed the tests of the error exits
  2691.  
  2692. All tests for CGB drivers passed the threshold ( 30969 tests run)
  2693.  
  2694. CGT routines passed the tests of the error exits
  2695.  
  2696. All tests for CGT routines passed the threshold ( 2694 tests run)
  2697.  
  2698. CGT drivers passed the tests of the error exits
  2699.  
  2700. All tests for CGT drivers passed the threshold ( 2033 tests run)
  2701.  
  2702. CPO routines passed the tests of the error exits
  2703.  
  2704. All tests for CPO routines passed the threshold ( 1628 tests run)
  2705.  
  2706. CPO drivers passed the tests of the error exits
  2707.  
  2708. All tests for CPO drivers passed the threshold ( 1910 tests run)
  2709.  
  2710. CPS routines passed the tests of the error exits
  2711.  
  2712. All tests for CPS routines passed the threshold ( 150 tests run)
  2713.  
  2714. CPP routines passed the tests of the error exits
  2715.  
  2716. All tests for CPP routines passed the threshold ( 1332 tests run)
  2717.  
  2718. CPP drivers passed the tests of the error exits
  2719.  
  2720. All tests for CPP drivers passed the threshold ( 1910 tests run)
  2721.  
  2722. CPB routines passed the tests of the error exits
  2723.  
  2724. All tests for CPB routines passed the threshold ( 3458 tests run)
  2725.  
  2726. CPB drivers passed the tests of the error exits
  2727.  
  2728. All tests for CPB drivers passed the threshold ( 4750 tests run)
  2729.  
  2730. CPT routines passed the tests of the error exits
  2731.  
  2732. All tests for CPT routines passed the threshold ( 1778 tests run)
  2733.  
  2734. CPT drivers passed the tests of the error exits
  2735.  
  2736. All tests for CPT drivers passed the threshold ( 788 tests run)
  2737.  
  2738. CHE routines passed the tests of the error exits
  2739.  
  2740. All tests for CHE routines passed the threshold ( 1624 tests run)
  2741.  
  2742. CHE drivers passed the tests of the error exits
  2743.  
  2744. All tests for CHE drivers passed the threshold ( 1072 tests run)
  2745.  
  2746. CHP routines passed the tests of the error exits
  2747.  
  2748. All tests for CHP routines passed the threshold ( 1404 tests run)
  2749.  
  2750. CHP drivers passed the tests of the error exits
  2751.  
  2752. All tests for CHP drivers passed the threshold ( 1072 tests run)
  2753.  
  2754. CSY routines passed the tests of the error exits
  2755.  
  2756. All tests for CSY routines passed the threshold ( 2122 tests run)
  2757.  
  2758. CSY drivers passed the tests of the error exits
  2759.  
  2760. All tests for CSY drivers passed the threshold ( 1240 tests run)
  2761.  
  2762. CSP routines passed the tests of the error exits
  2763.  
  2764. All tests for CSP routines passed the threshold ( 1620 tests run)
  2765.  
  2766. CSP drivers passed the tests of the error exits
  2767.  
  2768. All tests for CSP drivers passed the threshold ( 1240 tests run)
  2769.  
  2770. CTR routines passed the tests of the error exits
  2771.  
  2772. All tests for CTR routines passed the threshold ( 7672 tests run)
  2773.  
  2774. CTP routines passed the tests of the error exits
  2775.  
  2776. All tests for CTP routines passed the threshold ( 7392 tests run)
  2777.  
  2778. CTB routines passed the tests of the error exits
  2779.  
  2780. All tests for CTB routines passed the threshold ( 19888 tests run)
  2781.  
  2782. CQR routines passed the tests of the error exits
  2783.  
  2784. All tests for CQR routines passed the threshold ( 30744 tests run)
  2785.  
  2786. CRQ routines passed the tests of the error exits
  2787.  
  2788. All tests for CRQ routines passed the threshold ( 28784 tests run)
  2789.  
  2790. CLQ routines passed the tests of the error exits
  2791.  
  2792. All tests for CLQ routines passed the threshold ( 28784 tests run)
  2793.  
  2794. CQL routines passed the tests of the error exits
  2795.  
  2796. All tests for CQL routines passed the threshold ( 28784 tests run)
  2797.  
  2798. CQP routines passed the tests of the error exits
  2799.  
  2800. All tests for CQP routines passed the threshold ( 882 tests run)
  2801.  
  2802. All tests for CQ3 routines passed the threshold ( 4410 tests run)
  2803.  
  2804. CTZ routines passed the tests of the error exits
  2805.  
  2806. All tests for CTZ routines passed the threshold ( 504 tests run)
  2807.  
  2808. CLS routines passed the tests of the error exits
  2809.  
  2810. All tests for CLS drivers passed the threshold ( 65268 tests run)
  2811.  
  2812. All tests for CEQ routines passed the threshold
  2813.  
  2814. CQT routines passed the tests of the error exits
  2815.  
  2816. All tests for CQT routines passed the threshold ( 510 tests run)
  2817.  
  2818. CQX routines passed the tests of the error exits
  2819.  
  2820. All tests for CQX routines passed the threshold ( 1482 tests run)
  2821.  
  2822. End of tests
  2823. Total time used = 6.60 seconds
  2824.  
  2825.  
  2826. Tests of the COMPLEX LAPACK RFP routines
  2827. LAPACK VERSION 3.4.2
  2828.  
  2829. The following parameter values will be used:
  2830. N : 0 1 2 3 5 6 10 11 50
  2831. NRHS: 1 2 15
  2832. TYPE: 1 2 3 4 5 6 7 8 9
  2833.  
  2834. Routines pass computational tests if test ratio is less than 30.00
  2835.  
  2836. Relative machine underflow is taken to be 0.117549D-37
  2837. Relative machine overflow is taken to be 0.340282D+39
  2838. Relative machine precision is taken to be 0.596046D-07
  2839.  
  2840. COMPLEX RFP routines passed the tests of the error exits
  2841.  
  2842. All tests for CPF drivers passed the threshold ( 2352 tests run)
  2843. All tests for CLANHF auxiliary routine passed the threshold ( 384 tests run)
  2844. All tests for the RFP convertion routines passed ( 72 tests run)
  2845. All tests for CTFSM auxiliary routine passed the threshold ( 7776 tests run)
  2846. All tests for CHFRK auxiliary routine passed the threshold ( 2592 tests run)
  2847.  
  2848. End of tests
  2849. Total time used = 0.87 seconds
  2850.  
  2851. Tests of the Nonsymmetric Eigenvalue Problem routines
  2852.  
  2853. LAPACK VERSION 3.4.2
  2854.  
  2855. The following parameter values will be used:
  2856. M: 0 1 2 3 5 10 16
  2857. N: 0 1 2 3 5 10 16
  2858. NB: 1 3 3 3 20
  2859. NBMIN: 2 2 2 2 2
  2860. NX: 1 0 5 9 1
  2861. INMIN: 11 12 11 15 11
  2862. INWIN: 2 3 5 3 2
  2863. INIBL: 0 5 7 3 200
  2864. ISHFTS: 1 2 4 2 1
  2865. IACC22: 0 1 2 0 1
  2866.  
  2867. Relative machine underflow is taken to be 0.222507-307
  2868. Relative machine overflow is taken to be 0.179769+309
  2869. Relative machine precision is taken to be 0.111022D-15
  2870.  
  2871. Routines pass computational tests if test ratio is less than 20.00
  2872.  
  2873.  
  2874. ZHS routines passed the tests of the error exits ( 66 tests done)
  2875.  
  2876.  
  2877. NEP: NB = 1, NBMIN = 2, NX = 1, INMIN= 11, INWIN = 2, INIBL = 0, ISHFTS = 1, IACC22 = 0
  2878.  
  2879. All tests for ZHS passed the threshold ( 1764 tests run)
  2880.  
  2881.  
  2882. NEP: NB = 3, NBMIN = 2, NX = 0, INMIN= 12, INWIN = 3, INIBL = 5, ISHFTS = 2, IACC22 = 1
  2883.  
  2884. All tests for ZHS passed the threshold ( 1764 tests run)
  2885.  
  2886.  
  2887. NEP: NB = 3, NBMIN = 2, NX = 5, INMIN= 11, INWIN = 5, INIBL = 7, ISHFTS = 4, IACC22 = 2
  2888.  
  2889. All tests for ZHS passed the threshold ( 1764 tests run)
  2890.  
  2891.  
  2892. NEP: NB = 3, NBMIN = 2, NX = 9, INMIN= 15, INWIN = 3, INIBL = 3, ISHFTS = 2, IACC22 = 0
  2893.  
  2894. All tests for ZHS passed the threshold ( 1764 tests run)
  2895.  
  2896.  
  2897. NEP: NB = 20, NBMIN = 2, NX = 1, INMIN= 11, INWIN = 2, INIBL = 200, ISHFTS = 1, IACC22 = 1
  2898.  
  2899. All tests for ZHS passed the threshold ( 1764 tests run)
  2900.  
  2901.  
  2902. End of tests
  2903. Total time used = 0.18 seconds
  2904.  
  2905. Tests of the Hermitian Eigenvalue Problem routines
  2906.  
  2907. LAPACK VERSION 3.4.2
  2908.  
  2909. The following parameter values will be used:
  2910. M: 0 1 2 3 5 20
  2911. N: 0 1 2 3 5 20
  2912. NB: 1 3 3 3 10
  2913. NBMIN: 2 2 2 2 2
  2914. NX: 1 0 5 9 1
  2915.  
  2916. Relative machine underflow is taken to be 0.222507-307
  2917. Relative machine overflow is taken to be 0.179769+309
  2918. Relative machine precision is taken to be 0.111022D-15
  2919.  
  2920. Routines pass computational tests if test ratio is less than 50.00
  2921.  
  2922.  
  2923. ZST routines passed the tests of the error exits (114 tests done)
  2924.  
  2925.  
  2926. SEP: NB = 1, NBMIN = 2, NX = 1
  2927.  
  2928. All tests for ZST passed the threshold ( 4440 tests run)
  2929.  
  2930. All tests for ZST drivers passed the threshold ( 11016 tests run)
  2931.  
  2932.  
  2933. SEP: NB = 3, NBMIN = 2, NX = 0
  2934.  
  2935. All tests for ZST passed the threshold ( 4440 tests run)
  2936.  
  2937. All tests for ZST drivers passed the threshold ( 11016 tests run)
  2938.  
  2939.  
  2940. SEP: NB = 3, NBMIN = 2, NX = 5
  2941.  
  2942. All tests for ZST passed the threshold ( 4440 tests run)
  2943.  
  2944. All tests for ZST drivers passed the threshold ( 11016 tests run)
  2945.  
  2946.  
  2947. SEP: NB = 3, NBMIN = 2, NX = 9
  2948.  
  2949. All tests for ZST passed the threshold ( 4440 tests run)
  2950.  
  2951. All tests for ZST drivers passed the threshold ( 11016 tests run)
  2952.  
  2953.  
  2954. SEP: NB = 10, NBMIN = 2, NX = 1
  2955.  
  2956. All tests for ZST passed the threshold ( 4440 tests run)
  2957.  
  2958. All tests for ZST drivers passed the threshold ( 11016 tests run)
  2959.  
  2960.  
  2961. routines were not tested
  2962.  
  2963.  
  2964. End of tests
  2965. Total time used = 0.75 seconds
  2966.  
  2967. Tests of the Singular Value Decomposition routines
  2968.  
  2969. LAPACK VERSION 3.4.2
  2970.  
  2971. The following parameter values will be used:
  2972. M: 0 0 0 1 1 1 2 2 3 3
  2973. 3 10 10 16 16 30 30 40 40
  2974. N: 0 1 3 0 1 2 0 1 0 1
  2975. 3 10 16 10 16 30 40 30 40
  2976. NB: 1 3 3 3 20
  2977. NBMIN: 2 2 2 2 2
  2978. NX: 1 0 5 9 1
  2979. NS: 2 0 2 2 2
  2980.  
  2981. Relative machine underflow is taken to be 0.222507-307
  2982. Relative machine overflow is taken to be 0.179769+309
  2983. Relative machine precision is taken to be 0.111022D-15
  2984.  
  2985. Routines pass computational tests if test ratio is less than 50.00
  2986.  
  2987.  
  2988. ZBD routines passed the tests of the error exits ( 35 tests done)
  2989.  
  2990. ZGESVD passed the tests of the error exits ( 8 tests done)
  2991. ZGESDD passed the tests of the error exits ( 6 tests done)
  2992.  
  2993.  
  2994. SVD: NB = 1, NBMIN = 2, NX = 1, NRHS = 2
  2995.  
  2996. All tests for ZBD routines passed the threshold ( 4085 tests run)
  2997.  
  2998. All tests for ZBD drivers passed the threshold ( 4840 tests run)
  2999.  
  3000.  
  3001. SVD: NB = 3, NBMIN = 2, NX = 0, NRHS = 0
  3002.  
  3003. All tests for ZBD routines passed the threshold ( 4085 tests run)
  3004.  
  3005. All tests for ZBD drivers passed the threshold ( 4840 tests run)
  3006.  
  3007.  
  3008. SVD: NB = 3, NBMIN = 2, NX = 5, NRHS = 2
  3009.  
  3010. All tests for ZBD routines passed the threshold ( 4085 tests run)
  3011.  
  3012. All tests for ZBD drivers passed the threshold ( 4840 tests run)
  3013.  
  3014.  
  3015. SVD: NB = 3, NBMIN = 2, NX = 9, NRHS = 2
  3016.  
  3017. All tests for ZBD routines passed the threshold ( 4085 tests run)
  3018.  
  3019. All tests for ZBD drivers passed the threshold ( 4840 tests run)
  3020.  
  3021.  
  3022. SVD: NB = 20, NBMIN = 2, NX = 1, NRHS = 2
  3023.  
  3024. All tests for ZBD routines passed the threshold ( 4085 tests run)
  3025.  
  3026. All tests for ZBD drivers passed the threshold ( 4840 tests run)
  3027.  
  3028.  
  3029. End of tests
  3030. Total time used = 5.19 seconds
  3031.  
  3032. Tests of the Nonsymmetric eigenproblem condition estimation routines
  3033. ZTRSYL, ZTREXC, ZTRSNA, ZTRSEN
  3034.  
  3035. Relative machine precision (EPS) = 0.222045D-15
  3036. Safe minimum (SFMIN) = 0.222507-307
  3037.  
  3038. Routines pass computational tests if test ratio is less than 20.00
  3039.  
  3040.  
  3041. ZEC routines passed the tests of the error exits ( 33 tests done)
  3042.  
  3043. All tests for ZEC routines passed the threshold ( 5966 tests run)
  3044.  
  3045.  
  3046. End of tests
  3047. Total time used = 0.02 seconds
  3048.  
  3049.  
  3050. Tests of the Nonsymmetric Eigenvalue Problem Driver
  3051. ZGEES (Schur form)
  3052.  
  3053. LAPACK VERSION 3.4.2
  3054.  
  3055. The following parameter values will be used:
  3056. M: 0 1 2 3 5 10
  3057. N: 0 1 2 3 5 10
  3058. NB: 3
  3059. NBMIN: 3
  3060. NX: 1
  3061. INMIN: 11
  3062. INWIN: 4
  3063. INIBL: 8
  3064. ISHFTS: 2
  3065. IACC22: 0
  3066.  
  3067. Relative machine underflow is taken to be 0.222507-307
  3068. Relative machine overflow is taken to be 0.179769+309
  3069. Relative machine precision is taken to be 0.111022D-15
  3070.  
  3071. Routines pass computational tests if test ratio is less than 20.00
  3072.  
  3073.  
  3074. ZGEES passed the tests of the error exits ( 6 tests done)
  3075.  
  3076. All tests for ZES passed the threshold ( 3276 tests run)
  3077.  
  3078. -----------------------------------------------------------------------
  3079.  
  3080. Tests of the Nonsymmetric Eigenvalue Problem Driver
  3081. ZGEEV (eigenvalues and eigevectors)
  3082.  
  3083. LAPACK VERSION 3.4.2
  3084.  
  3085. The following parameter values will be used:
  3086. M: 0 1 2 3 5 10
  3087. N: 0 1 2 3 5 10
  3088. NB: 3
  3089. NBMIN: 3
  3090. NX: 1
  3091. INMIN: 11
  3092. INWIN: 4
  3093. INIBL: 8
  3094. ISHFTS: 2
  3095. IACC22: 0
  3096.  
  3097. Relative machine underflow is taken to be 0.222507-307
  3098. Relative machine overflow is taken to be 0.179769+309
  3099. Relative machine precision is taken to be 0.111022D-15
  3100.  
  3101. Routines pass computational tests if test ratio is less than 20.00
  3102.  
  3103.  
  3104. ZGEEV passed the tests of the error exits ( 7 tests done)
  3105.  
  3106. All tests for ZEV passed the threshold ( 924 tests run)
  3107.  
  3108. -----------------------------------------------------------------------
  3109.  
  3110. Tests of the Nonsymmetric Eigenvalue Problem Expert Driver
  3111. ZGEESX (Schur form and condition numbers)
  3112.  
  3113. LAPACK VERSION 3.4.2
  3114.  
  3115. The following parameter values will be used:
  3116. M: 0 1 2 3 5 10
  3117. N: 0 1 2 3 5 10
  3118. NB: 3
  3119. NBMIN: 3
  3120. NX: 1
  3121. INMIN: 11
  3122. INWIN: 4
  3123. INIBL: 8
  3124. ISHFTS: 2
  3125. IACC22: 0
  3126.  
  3127. Relative machine underflow is taken to be 0.222507-307
  3128. Relative machine overflow is taken to be 0.179769+309
  3129. Relative machine precision is taken to be 0.111022D-15
  3130.  
  3131. Routines pass computational tests if test ratio is less than 20.00
  3132.  
  3133.  
  3134. ZGEESX passed the tests of the error exits ( 7 tests done)
  3135.  
  3136. All tests for ZSX passed the threshold ( 3406 tests run)
  3137.  
  3138. -----------------------------------------------------------------------
  3139.  
  3140. Tests of the Nonsymmetric Eigenvalue Problem Expert Driver
  3141. ZGEEVX (eigenvalues, eigenvectors and condition numbers)
  3142.  
  3143. LAPACK VERSION 3.4.2
  3144.  
  3145. The following parameter values will be used:
  3146. M: 0 1 2 3 5 10
  3147. N: 0 1 2 3 5 10
  3148. NB: 3
  3149. NBMIN: 3
  3150. NX: 1
  3151. INMIN: 11
  3152. INWIN: 4
  3153. INIBL: 8
  3154. ISHFTS: 2
  3155. IACC22: 0
  3156.  
  3157. Relative machine underflow is taken to be 0.222507-307
  3158. Relative machine overflow is taken to be 0.179769+309
  3159. Relative machine precision is taken to be 0.111022D-15
  3160.  
  3161. Routines pass computational tests if test ratio is less than 20.00
  3162.  
  3163.  
  3164. ZGEEVX passed the tests of the error exits ( 10 tests done)
  3165.  
  3166. All tests for ZVX passed the threshold ( 5172 tests run)
  3167.  
  3168. -----------------------------------------------------------------------
  3169.  
  3170.  
  3171. End of tests
  3172. Total time used = 0.23 seconds
  3173.  
  3174.  
  3175. Tests of the Generalized Nonsymmetric Eigenvalue Problem routines
  3176.  
  3177. LAPACK VERSION 3.4.2
  3178.  
  3179. The following parameter values will be used:
  3180. M: 0 1 2 3 5 10 16
  3181. N: 0 1 2 3 5 10 16
  3182. NB: 1 1 2 2
  3183. NBMIN: 40 40 2 2
  3184. NS: 2 4 2 4
  3185. MAXB: 40 40 2 2
  3186. NBCOL: 40 40 2 2
  3187.  
  3188. Relative machine underflow is taken to be 0.222507-307
  3189. Relative machine overflow is taken to be 0.179769+309
  3190. Relative machine precision is taken to be 0.111022D-15
  3191.  
  3192. Routines pass computational tests if test ratio is less than 20.00
  3193.  
  3194.  
  3195. ZGG routines passed the tests of the error exits ( 27 tests done)
  3196.  
  3197.  
  3198. ZGG: NB = 1, NBMIN = 40, NS = 2, MAXB = 40, NBCOL = 40
  3199.  
  3200. All tests for ZGG passed the threshold ( 2184 tests run)
  3201.  
  3202. All tests for ZGG drivers passed the threshold ( 1274 tests run)
  3203.  
  3204.  
  3205. ZGG: NB = 1, NBMIN = 40, NS = 4, MAXB = 40, NBCOL = 40
  3206.  
  3207. All tests for ZGG passed the threshold ( 2184 tests run)
  3208.  
  3209. All tests for ZGG drivers passed the threshold ( 1274 tests run)
  3210.  
  3211.  
  3212. ZGG: NB = 2, NBMIN = 2, NS = 2, MAXB = 2, NBCOL = 2
  3213.  
  3214. All tests for ZGG passed the threshold ( 2184 tests run)
  3215.  
  3216. All tests for ZGG drivers passed the threshold ( 1274 tests run)
  3217.  
  3218.  
  3219. ZGG: NB = 2, NBMIN = 2, NS = 4, MAXB = 2, NBCOL = 2
  3220.  
  3221. All tests for ZGG passed the threshold ( 2184 tests run)
  3222.  
  3223. All tests for ZGG drivers passed the threshold ( 1274 tests run)
  3224.  
  3225.  
  3226. End of tests
  3227. Total time used = 0.18 seconds
  3228.  
  3229.  
  3230. Tests of the Generalized Nonsymmetric Eigenvalue Problem Driver ZGGEV
  3231.  
  3232. LAPACK VERSION 3.4.2
  3233.  
  3234. The following parameter values will be used:
  3235. M: 2 6 8 10 12 20
  3236. N: 2 6 8 10 12 20
  3237. NB: 1
  3238. NBMIN: 1
  3239. NX: 1
  3240. NS: 2
  3241. MAXB: 1
  3242.  
  3243. Relative machine underflow is taken to be 0.222507-307
  3244. Relative machine overflow is taken to be 0.179769+309
  3245. Relative machine precision is taken to be 0.111022D-15
  3246.  
  3247. Routines pass computational tests if test ratio is less than 10.00
  3248.  
  3249.  
  3250. ZGV routines passed the tests of the error exits ( 85 tests done)
  3251.  
  3252. All tests for ZGV drivers passed the threshold ( 1092 tests run)
  3253.  
  3254. -----------------------------------------------------------------------
  3255.  
  3256. Tests of the Generalized Nonsymmetric Eigenvalue Problem Driver ZGGES
  3257.  
  3258. LAPACK VERSION 3.4.2
  3259.  
  3260. The following parameter values will be used:
  3261. M: 2 6 10 12 20
  3262. N: 2 6 10 12 20
  3263. NB: 1
  3264. NBMIN: 1
  3265. NX: 1
  3266. NS: 2
  3267. MAXB: 1
  3268.  
  3269. Relative machine underflow is taken to be 0.222507-307
  3270. Relative machine overflow is taken to be 0.179769+309
  3271. Relative machine precision is taken to be 0.111022D-15
  3272.  
  3273. Routines pass computational tests if test ratio is less than 10.00
  3274.  
  3275.  
  3276. ZGS routines passed the tests of the error exits ( 85 tests done)
  3277.  
  3278. All tests for ZGS drivers passed the threshold ( 1560 tests run)
  3279.  
  3280. -----------------------------------------------------------------------
  3281.  
  3282. Tests of the Generalized Nonsymmetric Eigenvalue Problem Expert Driver ZGGESX
  3283.  
  3284. LAPACK VERSION 3.4.2
  3285.  
  3286. The following parameter values will be used:
  3287. N: 2
  3288. NB: 1
  3289. NBMIN: 1
  3290. NX: 1
  3291. NS: 2
  3292. MAXB: 1
  3293.  
  3294. Relative machine underflow is taken to be 0.222507-307
  3295. Relative machine overflow is taken to be 0.179769+309
  3296. Relative machine precision is taken to be 0.111022D-15
  3297.  
  3298. Routines pass computational tests if test ratio is less than 10.00
  3299.  
  3300.  
  3301. ZGX routines passed the tests of the error exits ( 85 tests done)
  3302.  
  3303. All tests for ZGX drivers passed the threshold ( 150 tests run)
  3304.  
  3305. -----------------------------------------------------------------------
  3306.  
  3307. Tests of the Generalized Nonsymmetric Eigenvalue Problem Expert Driver ZGGEVX
  3308.  
  3309. LAPACK VERSION 3.4.2
  3310.  
  3311. The following parameter values will be used:
  3312. N: 6
  3313. NB: 1
  3314. NBMIN: 1
  3315. NX: 1
  3316. NS: 2
  3317. MAXB: 1
  3318.  
  3319. Relative machine underflow is taken to be 0.222507-307
  3320. Relative machine overflow is taken to be 0.179769+309
  3321. Relative machine precision is taken to be 0.111022D-15
  3322.  
  3323. Routines pass computational tests if test ratio is less than 10.00
  3324.  
  3325.  
  3326. ZXV routines passed the tests of the error exits ( 85 tests done)
  3327.  
  3328. All tests for ZXV drivers passed the threshold ( 5000 tests run)
  3329.  
  3330. -----------------------------------------------------------------------
  3331.  
  3332. Tests of the Generalized Nonsymmetric Eigenvalue Problem Expert Driver ZGGESX
  3333.  
  3334. LAPACK VERSION 3.4.2
  3335.  
  3336. The following parameter values will be used:
  3337. N: 0
  3338. NB: 1
  3339. NBMIN: 1
  3340. NX: 1
  3341. NS: 2
  3342. MAXB: 1
  3343.  
  3344. Relative machine underflow is taken to be 0.222507-307
  3345. Relative machine overflow is taken to be 0.179769+309
  3346. Relative machine precision is taken to be 0.111022D-15
  3347.  
  3348. Routines pass computational tests if test ratio is less than 10.00
  3349.  
  3350.  
  3351. ZGX routines passed the tests of the error exits ( 85 tests done)
  3352.  
  3353. All tests for ZGX drivers passed the threshold ( 20 tests run)
  3354.  
  3355. -----------------------------------------------------------------------
  3356.  
  3357. Tests of the Generalized Nonsymmetric Eigenvalue Problem Expert Driver ZGGEVX
  3358.  
  3359. LAPACK VERSION 3.4.2
  3360.  
  3361. The following parameter values will be used:
  3362. N: 0
  3363. NB: 1
  3364. NBMIN: 1
  3365. NX: 1
  3366. NS: 2
  3367. MAXB: 1
  3368.  
  3369. Relative machine underflow is taken to be 0.222507-307
  3370. Relative machine overflow is taken to be 0.179769+309
  3371. Relative machine precision is taken to be 0.111022D-15
  3372.  
  3373. Routines pass computational tests if test ratio is less than 10.00
  3374.  
  3375.  
  3376. ZXV routines passed the tests of the error exits ( 85 tests done)
  3377.  
  3378. All tests for ZXV drivers passed the threshold ( 8 tests run)
  3379.  
  3380. -----------------------------------------------------------------------
  3381.  
  3382.  
  3383. End of tests
  3384. Total time used = 0.21 seconds
  3385.  
  3386. Tests of ZHBTRD
  3387. (reduction of a Hermitian band matrix to real tridiagonal form)
  3388.  
  3389. LAPACK VERSION 3.4.2
  3390.  
  3391. The following parameter values will be used:
  3392. M: 5 20
  3393. N: 5 20
  3394. K: 0 1 2 5 16
  3395.  
  3396. Relative machine underflow is taken to be 0.222507-307
  3397. Relative machine overflow is taken to be 0.179769+309
  3398. Relative machine precision is taken to be 0.111022D-15
  3399.  
  3400. Routines pass computational tests if test ratio is less than 20.00
  3401.  
  3402.  
  3403. ZHB routines passed the tests of the error exits ( 38 tests done)
  3404.  
  3405. All tests for ZHB passed the threshold ( 540 tests run)
  3406.  
  3407.  
  3408. End of tests
  3409. Total time used = 0.02 seconds
  3410.  
  3411. Tests of the Hermitian Eigenvalue Problem routines
  3412.  
  3413. LAPACK VERSION 3.4.2
  3414.  
  3415. The following parameter values will be used:
  3416. M: 0 1 2 3 5 10 16
  3417. N: 0 1 2 3 5 10 16
  3418. NB: 1 3 20
  3419. NBMIN: 2 2 2
  3420. NX: 1 1 1
  3421.  
  3422. Relative machine underflow is taken to be 0.222507-307
  3423. Relative machine overflow is taken to be 0.179769+309
  3424. Relative machine precision is taken to be 0.111022D-15
  3425.  
  3426. Routines pass computational tests if test ratio is less than 20.00
  3427.  
  3428.  
  3429.  
  3430. ZSG: NB = 1, NBMIN = 2, NX = 1
  3431.  
  3432. All tests for ZSG passed the threshold ( 10290 tests run)
  3433.  
  3434.  
  3435. ZSG: NB = 3, NBMIN = 2, NX = 1
  3436.  
  3437. All tests for ZSG passed the threshold ( 10290 tests run)
  3438.  
  3439.  
  3440. ZSG: NB = 20, NBMIN = 2, NX = 1
  3441.  
  3442. All tests for ZSG passed the threshold ( 10290 tests run)
  3443.  
  3444.  
  3445. End of tests
  3446. Total time used = 0.77 seconds
  3447.  
  3448. Tests of ZGBBRD
  3449. (reduction of a general band matrix to real bidiagonal form)
  3450.  
  3451. LAPACK VERSION 3.4.2
  3452.  
  3453. The following parameter values will be used:
  3454. M: 0 0 0 0 1 1 1 1 2 2
  3455. 2 2 3 3 3 3 10 10 16 16
  3456. N: 0 1 2 3 0 1 2 3 0 1
  3457. 2 3 0 1 2 3 10 16 10 16
  3458. K: 0 1 2 3 16
  3459. NS: 1 2
  3460.  
  3461. Relative machine underflow is taken to be 0.222507-307
  3462. Relative machine overflow is taken to be 0.179769+309
  3463. Relative machine precision is taken to be 0.111022D-15
  3464.  
  3465. Routines pass computational tests if test ratio is less than 20.00
  3466.  
  3467.  
  3468.  
  3469. ZBB: NRHS = 1
  3470.  
  3471. All tests for ZBB passed the threshold ( 3000 tests run)
  3472.  
  3473.  
  3474. ZBB: NRHS = 2
  3475.  
  3476. All tests for ZBB passed the threshold ( 3000 tests run)
  3477.  
  3478.  
  3479. End of tests
  3480. Total time used = 0.04 seconds
  3481.  
  3482.  
  3483. Tests of the Generalized Linear Regression Model routines
  3484.  
  3485. LAPACK VERSION 3.4.2
  3486.  
  3487. The following parameter values will be used:
  3488. M: 0 5 8 15 20 40
  3489. P: 9 0 15 12 15 30
  3490. N: 5 5 10 25 30 40
  3491.  
  3492. Relative machine underflow is taken to be 0.222507-307
  3493. Relative machine overflow is taken to be 0.179769+309
  3494. Relative machine precision is taken to be 0.111022D-15
  3495.  
  3496. Routines pass computational tests if test ratio is less than 20.00
  3497.  
  3498.  
  3499. GLM routines passed the tests of the error exits ( 8 tests done)
  3500.  
  3501. All tests for GLM routines passed the threshold ( 48 tests run)
  3502.  
  3503.  
  3504. End of tests
  3505. Total time used = 0.01 seconds
  3506.  
  3507.  
  3508. Tests of the Generalized QR and RQ routines
  3509.  
  3510. LAPACK VERSION 3.4.2
  3511.  
  3512. The following parameter values will be used:
  3513. M: 0 3 10
  3514. P: 0 5 20
  3515. N: 0 3 30
  3516.  
  3517. Relative machine underflow is taken to be 0.222507-307
  3518. Relative machine overflow is taken to be 0.179769+309
  3519. Relative machine precision is taken to be 0.111022D-15
  3520.  
  3521. Routines pass computational tests if test ratio is less than 20.00
  3522.  
  3523.  
  3524. GQR routines passed the tests of the error exits ( 12 tests done)
  3525.  
  3526. All tests for GQR routines passed the threshold ( 1728 tests run)
  3527.  
  3528.  
  3529. End of tests
  3530. Total time used = 0.04 seconds
  3531.  
  3532.  
  3533. Tests of the Generalized Singular Value Decomposition routines
  3534.  
  3535. LAPACK VERSION 3.4.2
  3536.  
  3537. The following parameter values will be used:
  3538. M: 0 5 9 10 20 12 12 40
  3539. P: 4 0 12 14 10 10 20 15
  3540. N: 3 10 15 12 8 20 8 20
  3541.  
  3542. Relative machine underflow is taken to be 0.222507-307
  3543. Relative machine overflow is taken to be 0.179769+309
  3544. Relative machine precision is taken to be 0.111022D-15
  3545.  
  3546. Routines pass computational tests if test ratio is less than 20.00
  3547.  
  3548.  
  3549. GSV routines passed the tests of the error exits ( 33 tests done)
  3550.  
  3551. All tests for GSV routines passed the threshold ( 384 tests run)
  3552.  
  3553.  
  3554. End of tests
  3555. Total time used = 0.02 seconds
  3556.  
  3557.  
  3558. Tests of the CS Decomposition routines
  3559.  
  3560. LAPACK VERSION 3.4.2
  3561.  
  3562. The following parameter values will be used:
  3563. M: 0 10 10 10 10 21 24 30 22 32
  3564.  
  3565. P: 0 4 4 0 10 9 10 20 12 12
  3566.  
  3567. N: 0 0 10 4 4 15 12 8 20 8
  3568.  
  3569.  
  3570. Relative machine underflow is taken to be 0.222507-307
  3571. Relative machine overflow is taken to be 0.179769+309
  3572. Relative machine precision is taken to be 0.111022D-15
  3573.  
  3574. Routines pass computational tests if test ratio is less than 10.00
  3575.  
  3576.  
  3577. CSD routines passed the tests of the error exits ( 8 tests done)
  3578.  
  3579. All tests for CSD routines passed the threshold ( 270 tests run)
  3580.  
  3581.  
  3582. End of tests
  3583. Total time used = 0.01 seconds
  3584.  
  3585.  
  3586. Tests of the Linear Least Squares routines
  3587.  
  3588. LAPACK VERSION 3.4.2
  3589.  
  3590. The following parameter values will be used:
  3591. M: 6 0 5 8 10 30
  3592. P: 0 5 5 5 8 20
  3593. N: 5 5 6 8 12 40
  3594.  
  3595. Relative machine underflow is taken to be 0.222507-307
  3596. Relative machine overflow is taken to be 0.179769+309
  3597. Relative machine precision is taken to be 0.111022D-15
  3598.  
  3599. Routines pass computational tests if test ratio is less than 20.00
  3600.  
  3601.  
  3602. LSE routines passed the tests of the error exits ( 8 tests done)
  3603.  
  3604. All tests for LSE routines passed the threshold ( 96 tests run)
  3605.  
  3606.  
  3607. End of tests
  3608. Total time used = 0.01 seconds
  3609.  
  3610. Tests of the COMPLEX*16 LAPACK routines
  3611. LAPACK VERSION 3.4.2
  3612.  
  3613. The following parameter values will be used:
  3614. M : 0 1 2 3 5 10 50
  3615. N : 0 1 2 3 5 10 50
  3616. NRHS: 1 2 15
  3617. NB : 1 3 3 3 20
  3618. NX : 1 0 5 9 1
  3619. RANK: 30 50 90
  3620.  
  3621. Routines pass computational tests if test ratio is less than 30.00
  3622.  
  3623. Relative machine underflow is taken to be 0.222507-307
  3624. Relative machine overflow is taken to be 0.179769+309
  3625. Relative machine precision is taken to be 0.111022D-15
  3626.  
  3627.  
  3628. ZGE routines passed the tests of the error exits
  3629.  
  3630. All tests for ZGE routines passed the threshold ( 3653 tests run)
  3631.  
  3632. ZGE drivers passed the tests of the error exits
  3633.  
  3634. All tests for ZGE drivers passed the threshold ( 4866 tests run)
  3635.  
  3636. ZGB routines passed the tests of the error exits
  3637.  
  3638. All tests for ZGB routines passed the threshold ( 28938 tests run)
  3639.  
  3640. ZGB drivers passed the tests of the error exits
  3641.  
  3642. All tests for ZGB drivers passed the threshold ( 30969 tests run)
  3643.  
  3644. ZGT routines passed the tests of the error exits
  3645.  
  3646. All tests for ZGT routines passed the threshold ( 2694 tests run)
  3647.  
  3648. ZGT drivers passed the tests of the error exits
  3649.  
  3650. All tests for ZGT drivers passed the threshold ( 2033 tests run)
  3651.  
  3652. ZPO routines passed the tests of the error exits
  3653.  
  3654. All tests for ZPO routines passed the threshold ( 1628 tests run)
  3655.  
  3656. ZPO drivers passed the tests of the error exits
  3657.  
  3658. All tests for ZPO drivers passed the threshold ( 1910 tests run)
  3659.  
  3660. ZPS routines passed the tests of the error exits
  3661.  
  3662. All tests for ZPS routines passed the threshold ( 150 tests run)
  3663.  
  3664. ZPP routines passed the tests of the error exits
  3665.  
  3666. All tests for ZPP routines passed the threshold ( 1332 tests run)
  3667.  
  3668. ZPP drivers passed the tests of the error exits
  3669.  
  3670. All tests for ZPP drivers passed the threshold ( 1910 tests run)
  3671.  
  3672. ZPB routines passed the tests of the error exits
  3673.  
  3674. All tests for ZPB routines passed the threshold ( 3458 tests run)
  3675.  
  3676. ZPB drivers passed the tests of the error exits
  3677.  
  3678. All tests for ZPB drivers passed the threshold ( 4750 tests run)
  3679.  
  3680. ZPT routines passed the tests of the error exits
  3681.  
  3682. All tests for ZPT routines passed the threshold ( 1778 tests run)
  3683.  
  3684. ZPT drivers passed the tests of the error exits
  3685.  
  3686. All tests for ZPT drivers passed the threshold ( 788 tests run)
  3687.  
  3688. ZHE routines passed the tests of the error exits
  3689.  
  3690. All tests for ZHE routines passed the threshold ( 1624 tests run)
  3691.  
  3692. ZHE drivers passed the tests of the error exits
  3693.  
  3694. All tests for ZHE drivers passed the threshold ( 1072 tests run)
  3695.  
  3696. ZHP routines passed the tests of the error exits
  3697.  
  3698. All tests for ZHP routines passed the threshold ( 1404 tests run)
  3699.  
  3700. ZHP drivers passed the tests of the error exits
  3701.  
  3702. All tests for ZHP drivers passed the threshold ( 1072 tests run)
  3703.  
  3704. ZSY routines passed the tests of the error exits
  3705.  
  3706. All tests for ZSY routines passed the threshold ( 2122 tests run)
  3707.  
  3708. ZSY drivers passed the tests of the error exits
  3709.  
  3710. All tests for ZSY drivers passed the threshold ( 1240 tests run)
  3711.  
  3712. ZSP routines passed the tests of the error exits
  3713.  
  3714. All tests for ZSP routines passed the threshold ( 1620 tests run)
  3715.  
  3716. ZSP drivers passed the tests of the error exits
  3717.  
  3718. All tests for ZSP drivers passed the threshold ( 1240 tests run)
  3719.  
  3720. ZTR routines passed the tests of the error exits
  3721.  
  3722. All tests for ZTR routines passed the threshold ( 7672 tests run)
  3723.  
  3724. ZTP routines passed the tests of the error exits
  3725.  
  3726. All tests for ZTP routines passed the threshold ( 7392 tests run)
  3727.  
  3728. ZTB routines passed the tests of the error exits
  3729.  
  3730. All tests for ZTB routines passed the threshold ( 19888 tests run)
  3731.  
  3732. ZQR routines passed the tests of the error exits
  3733.  
  3734. All tests for ZQR routines passed the threshold ( 30744 tests run)
  3735.  
  3736. ZRQ routines passed the tests of the error exits
  3737.  
  3738. All tests for ZRQ routines passed the threshold ( 28784 tests run)
  3739.  
  3740. ZLQ routines passed the tests of the error exits
  3741.  
  3742. All tests for ZLQ routines passed the threshold ( 28784 tests run)
  3743.  
  3744. ZQL routines passed the tests of the error exits
  3745.  
  3746. All tests for ZQL routines passed the threshold ( 28784 tests run)
  3747.  
  3748. ZQP routines passed the tests of the error exits
  3749.  
  3750. All tests for ZQP routines passed the threshold ( 882 tests run)
  3751.  
  3752. All tests for ZQ3 routines passed the threshold ( 4410 tests run)
  3753.  
  3754. ZTZ routines passed the tests of the error exits
  3755.  
  3756. All tests for ZTZ routines passed the threshold ( 504 tests run)
  3757.  
  3758. ZLS routines passed the tests of the error exits
  3759.  
  3760. All tests for ZLS drivers passed the threshold ( 65268 tests run)
  3761.  
  3762. All tests for ZEQ routines passed the threshold
  3763.  
  3764. ZQT routines passed the tests of the error exits
  3765.  
  3766. All tests for ZQT routines passed the threshold ( 510 tests run)
  3767.  
  3768. ZQX routines passed the tests of the error exits
  3769.  
  3770. All tests for ZQX routines passed the threshold ( 1482 tests run)
  3771.  
  3772. End of tests
  3773. Total time used = 7.20 seconds
  3774.  
  3775. Tests of the COMPLEX*16 LAPACK ZCGESV/ZCPOSV routines
  3776. LAPACK VERSION 3.4.2
  3777.  
  3778. The following parameter values will be used:
  3779. M : 0 1 2 13 17 45 78 91 101 120
  3780. 132
  3781. NRHS: 1 2 15 16
  3782.  
  3783. Routines pass computational tests if test ratio is less than 30.00
  3784.  
  3785. Relative machine (single precision) underflow is taken to be 0.117549D-37
  3786. Relative machine (single precision) overflow is taken to be 0.340282D+39
  3787. Relative machine (single precision) precision is taken to be 0.596046D-07
  3788.  
  3789. Relative machine (double precision) underflow is taken to be 0.222507-307
  3790. Relative machine (double precision) overflow is taken to be 0.179769+309
  3791. Relative machine (double precision) precision is taken to be 0.111022D-15
  3792.  
  3793.  
  3794. ZCGESV drivers passed the tests of the error exits
  3795.  
  3796. All tests for ZCGESV routines passed the threshold ( 324 tests run)
  3797.  
  3798. ZCPOSV drivers passed the tests of the error exits
  3799.  
  3800. All tests for ZCPOSV routines passed the threshold ( 488 tests run)
  3801.  
  3802. End of tests
  3803. Total time used = 1.32 seconds
  3804.  
  3805.  
  3806. Tests of the COMPLEX*16 LAPACK RFP routines
  3807. LAPACK VERSION 3.4.2
  3808.  
  3809. The following parameter values will be used:
  3810. N : 0 1 2 3 5 6 10 11 50
  3811. NRHS: 1 2 15
  3812. TYPE: 1 2 3 4 5 6 7 8 9
  3813.  
  3814. Routines pass computational tests if test ratio is less than 30.00
  3815.  
  3816. Relative machine underflow is taken to be 0.222507-307
  3817. Relative machine overflow is taken to be 0.179769+309
  3818. Relative machine precision is taken to be 0.111022D-15
  3819.  
  3820. COMPLEX*16 RFP routines passed the tests of the error exits
  3821.  
  3822. All tests for ZPF drivers passed the threshold ( 2352 tests run)
  3823. All tests for ZLANHF auxiliary routine passed the threshold ( 384 tests run)
  3824. All tests for the RFP convertion routines passed ( 72 tests run)
  3825. All tests for ZTFSM auxiliary routine passed the threshold ( 7776 tests run)
  3826. All tests for ZHFRK auxiliary routine passed the threshold ( 2592 tests run)
  3827.  
  3828. End of tests
  3829. Total time used = 0.87 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement