Advertisement
Guest User

lapack testing with OPENBLAS_NUM_THREADS=1

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