Advertisement
Guest User

lapack testing with OPENBLAS_NUM_THREADS=32 but only 16 used

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