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

groups-usr.dox 24 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605
  1. /**
  2. *
  3. ****
  4. *
  5. * @defgroup lapack LAPACK
  6. * This is the group of LAPACK routines.
  7. *
  8. * @defgroup GE General Matrices
  9. * @ingroup lapack
  10. * This is the group of General Matrices routines
  11. * @defgroup GB General Band Matrix
  12. * @ingroup lapack
  13. * This is the group of General Band routines
  14. * @defgroup SY Symmetric Matrix
  15. * @ingroup lapack
  16. * This is the group of Symmetric Matrix routines
  17. * @defgroup HE Hermitian Matrix
  18. * @ingroup lapack
  19. * This is the group of Hermitian Matrix routines
  20. * @defgroup PO Positive Definite Matrix
  21. * @ingroup lapack
  22. * This is the group of Positive Definite routines
  23. * @defgroup GT General tridiagonal Matrix
  24. * @ingroup lapack
  25. * This is the group of General tridiagonal routines
  26. * @defgroup PT Positive Definite tridiagonal Matrix
  27. * @ingroup lapack
  28. * This is the group of Positive Definite tridiagonal routines
  29. * @defgroup OTHEReigen Eigenvalue
  30. * @ingroup lapack
  31. * This is the group of Other Eigenvalue routines
  32. * @defgroup OTHERauxiliary Other Auxiliary Routines
  33. * @ingroup lapack
  34. * This is the group of Other Auxiliary routines
  35. * @defgroup OTHERcomputational Other Computational Routines
  36. * @ingroup lapack
  37. * This is the group of Other Computational routines
  38. * @defgroup OTHERsolve Other Solve Routines
  39. * @ingroup lapack
  40. * This is the group of Other Solve routines
  41. *
  42. ****
  43. *
  44. * @defgroup solveGE Linear Solve
  45. * @ingroup GE
  46. * This is the group of Linear Solve Driver routines
  47. * @defgroup solveGB Linear Solve
  48. * @ingroup GB
  49. * This is the group of Linear Solve Driver routines
  50. * @defgroup solveSY Linear Solve
  51. * @ingroup SY
  52. * This is the group of Linear Solve Driver routines
  53. * @defgroup solveHE Linear Solve
  54. * @ingroup HE
  55. * This is the group of Linear Solve Driver routines
  56. * @defgroup solvePO Linear Solve
  57. * @ingroup PO
  58. * This is the group of Linear Solve Driver routines
  59. * @defgroup solveGT Linear Solve
  60. * @ingroup GT
  61. * This is the group of Linear Solve Driver routines
  62. * @defgroup solvePT Linear Solve
  63. * @ingroup PT
  64. * This is the group of Linear Solve Driver routines
  65. * @defgroup eigenGE Eigenvalue
  66. * @ingroup GE
  67. * This is the group of Eigenvalue Driver routines
  68. * @defgroup eigenSY Eigenvalue
  69. * @ingroup SY
  70. * This is the group of Eigenvalue Driver routines
  71. * @defgroup eigenHE Eigenvalue
  72. * @ingroup HE
  73. * This is the group of Eigenvalue Driver routines
  74. * @defgroup singGE Singular Value
  75. * @ingroup GE
  76. * This is the group of Singular Value Driver routines
  77. * @defgroup computationalGE Computational routines
  78. * @ingroup GE
  79. * This is the group of Computational routines
  80. * @defgroup variantsGEcomputational Variants Computational routines
  81. * @ingroup GE
  82. * This is the group of Variants Computational routines
  83. * @defgroup computationalGB Computational routines
  84. * @ingroup GB
  85. * This is the group of Computational routines
  86. * @defgroup computationalSY Computational routines
  87. * @ingroup SY
  88. * This is the group of Computational routines
  89. * @defgroup computationalHE Computational routines
  90. * @ingroup HE
  91. * This is the group of Computational routines
  92. * @defgroup computationalPO Computational routines
  93. * @ingroup PO
  94. * This is the group of Computational routines
  95. * @defgroup variantsPOcomputational Variants Computational routines
  96. * @ingroup PO
  97. * This is the group of Variants Computational routines
  98. * @defgroup computationalGT Computational routines
  99. * @ingroup GT
  100. * This is the group of Computational routines
  101. * @defgroup computationalPT Computational routines
  102. * @ingroup PT
  103. * This is the group of Computational routines
  104. * @defgroup variantsOTHERcomputational Variants Computational routines
  105. * @ingroup OTHERcomputational
  106. * This is the group of Variants Computational routines
  107. * @defgroup auxiliaryGE Auxiliary routines
  108. * @ingroup GE
  109. * This is the group of Auxiliary routines
  110. * @defgroup auxiliaryGB Auxiliary routines
  111. * @ingroup GB
  112. * This is the group of Auxiliary routines
  113. * @defgroup auxiliarySY Auxiliary routines
  114. * @ingroup SY
  115. * This is the group of Auxiliary routines
  116. * @defgroup auxiliaryHE Auxiliary routines
  117. * @ingroup HE
  118. * This is the group of Auxiliary routines
  119. * @defgroup auxiliaryPO Auxiliary routines
  120. * @ingroup PO
  121. * This is the group of Auxiliary routines
  122. * @defgroup auxiliaryGT Auxiliary routines
  123. * @ingroup GT
  124. * This is the group of Auxiliary routines
  125. * @defgroup auxiliaryPT Auxiliary routines
  126. * @ingroup PT
  127. * This is the group of Auxiliary routines
  128. *
  129. ****
  130. *
  131. * @defgroup doubleGEsolve double
  132. * @ingroup solveGE
  133. * This is the group of double solve driver functions for GE matrices
  134. * @defgroup doublePOsolve double
  135. * @ingroup solvePO
  136. * This is the group of double solve driver functions for PO matrices
  137. * @defgroup doubleSYsolve double
  138. * @ingroup solveSY
  139. * This is the group of double solve driver functions for SY matrices
  140. * @defgroup doubleGBsolve double
  141. * @ingroup solveGB
  142. * This is the group of double solve driver functions for GB matrices
  143. * @defgroup doubleGTsolve double
  144. * @ingroup solveGT
  145. * This is the group of double solve driver functions for GT matrices
  146. * @defgroup doublePTsolve double
  147. * @ingroup solvePT
  148. * This is the group of double solve driver functions for PT matrices
  149. * @defgroup doubleGEeigen double
  150. * @ingroup eigenGE
  151. * This is the group of double eigenvalue driver functions for GE matrices
  152. * @defgroup doubleSYeigen double
  153. * @ingroup eigenSY
  154. * This is the group of double eigenvalue driver functions for SY matrices
  155. * @defgroup doubleGEsing double
  156. * @ingroup singGE
  157. * This is the group of double singular value driver functions for GE matrices
  158. * @defgroup doubleGEcomputational double
  159. * @ingroup computationalGE
  160. * This is the group of double computational functions for GE matrices
  161. * @defgroup doublePOcomputational double
  162. * @ingroup computationalPO
  163. * This is the group of double computational functions for PO matrices
  164. * @defgroup doubleSYcomputational double
  165. * @ingroup computationalSY
  166. * This is the group of double computational functions for SY matrices
  167. * @defgroup doubleGBcomputational double
  168. * @ingroup computationalGB
  169. * This is the group of double computational functions for GB matrices
  170. * @defgroup doubleGTcomputational double
  171. * @ingroup computationalGT
  172. * This is the group of double computational functions for GT matrices
  173. * @defgroup doublePTcomputational double
  174. * @ingroup computationalPT
  175. * This is the group of double computational functions for PT matrices
  176. * @defgroup doubleGEauxiliary double
  177. * @ingroup auxiliaryGE
  178. * This is the group of double auxiliary functions for GE matrices
  179. * @defgroup doublePOauxiliary double
  180. * @ingroup auxiliaryPO
  181. * This is the group of double auxiliary functions for PO matrices
  182. * @defgroup doubleSYauxiliary double
  183. * @ingroup auxiliarySY
  184. * This is the group of double auxiliary functions for SY matrices
  185. * @defgroup doubleGBauxiliary double
  186. * @ingroup auxiliaryGB
  187. * This is the group of double auxiliary functions for GB matrices
  188. * @defgroup doublePTauxiliary double
  189. * @ingroup auxiliaryPT
  190. * This is the group of double auxiliary functions for PT matrices
  191. * @defgroup doubleGTauxiliary double
  192. * @ingroup auxiliaryGT
  193. * This is the group of double auxiliary functions for GT matrices
  194. * @defgroup doubleOTHERauxiliary double
  195. * @ingroup OTHERauxiliary
  196. * This is the group of double other auxiliary routines
  197. * @defgroup doubleOTHERcomputational double
  198. * @ingroup OTHERcomputational
  199. * This is the group of double other Computational routines
  200. * @defgroup doubleOTHERsolve double Other Solve Routines
  201. * @ingroup OTHERsolve
  202. * This is the group of double Other Solve routines
  203. * @defgroup doubleOTHEReigen double
  204. * @ingroup OTHEReigen
  205. * This is the group of double Other Eigenvalue routines
  206. *
  207. ****
  208. *
  209. * @defgroup realGEsolve real
  210. * @ingroup solveGE
  211. * This is the group of real solve driver functions for GE matrices
  212. * @defgroup realPOsolve real
  213. * @ingroup solvePO
  214. * This is the group of real solve driver functions for PO matrices
  215. * @defgroup realSYsolve real
  216. * @ingroup solveSY
  217. * This is the group of real solve driver functions for SY matrices
  218. * @defgroup realGBsolve real
  219. * @ingroup solveGB
  220. * This is the group of real solve driver functions for GB matrices
  221. * @defgroup realGTsolve real
  222. * @ingroup solveGT
  223. * This is the group of real solve driver functions for GT matrices
  224. * @defgroup realPTsolve real
  225. * @ingroup solvePT
  226. * This is the group of real solve driver functions for PT matrices
  227. * @defgroup realGEeigen real
  228. * @ingroup eigenGE
  229. * This is the group of real eigenvalue driver functions for GE matrices
  230. * @defgroup realSYeigen real
  231. * @ingroup eigenSY
  232. * This is the group of real eigenvalue driver functions for SY matrices
  233. * @defgroup realGEsing real
  234. * @ingroup singGE
  235. * This is the group of real singular value driver functions for GE matrices
  236. * @defgroup realGEcomputational real
  237. * @ingroup computationalGE
  238. * This is the group of real computational functions for GE matrices
  239. * @defgroup realPOcomputational real
  240. * @ingroup computationalPO
  241. * This is the group of real computational functions for PO matrices
  242. * @defgroup realSYcomputational real
  243. * @ingroup computationalSY
  244. * This is the group of real computational functions for SY matrices
  245. * @defgroup realGBcomputational real
  246. * @ingroup computationalGB
  247. * This is the group of real computational functions for GB matrices
  248. * @defgroup realPTcomputational real
  249. * @ingroup computationalPT
  250. * This is the group of real computational functions for PT matrices
  251. * @defgroup realGTcomputational real
  252. * @ingroup computationalGT
  253. * This is the group of real computational functions for GT matrices
  254. * @defgroup realGEauxiliary real
  255. * @ingroup auxiliaryGE
  256. * This is the group of real auxiliary functions for GE matrices
  257. * @defgroup realPOauxiliary real
  258. * @ingroup auxiliaryPO
  259. * This is the group of real auxiliary functions for PO matrices
  260. * @defgroup realSYauxiliary real
  261. * @ingroup auxiliarySY
  262. * This is the group of real auxiliary functions for SY matrices
  263. * @defgroup realGBauxiliary real
  264. * @ingroup auxiliaryGB
  265. * This is the group of real auxiliary functions for GB matrices
  266. * @defgroup realGTauxiliary real
  267. * @ingroup auxiliaryGT
  268. * This is the group of real auxiliary functions for GT matrices
  269. * @defgroup realPTauxiliary real
  270. * @ingroup auxiliaryPT
  271. * This is the group of real auxiliary functions for PT matrices
  272. * @defgroup realOTHERauxiliary real
  273. * @ingroup OTHERauxiliary
  274. * This is the group of real other auxiliary routines
  275. * @defgroup realOTHERcomputational real
  276. * @ingroup OTHERcomputational
  277. * This is the group of real other Computational routines
  278. * @defgroup realOTHERsolve real Other Solve Routines
  279. * @ingroup OTHERsolve
  280. * This is the group of real Other Solve routines
  281. * @defgroup realOTHEReigen real
  282. * @ingroup OTHEReigen
  283. * This is the group of real Other Eigenvalue routines
  284. *
  285. ****
  286. *
  287. * @defgroup complexGEsolve complex
  288. * @ingroup solveGE
  289. * This is the group of complex solve driver functions for GE matrices
  290. * @defgroup complexPOsolve complex
  291. * @ingroup solvePO
  292. * This is the group of complex solve driver functions for PO matrices
  293. * @defgroup complexSYsolve complex
  294. * @ingroup solveSY
  295. * This is the group of complex solve driver functions for SY matrices
  296. * @defgroup complexHEsolve complex
  297. * @ingroup solveHE
  298. * This is the group of complex solve driver functions for HE matrices
  299. * @defgroup complexGBsolve complex
  300. * @ingroup solveGB
  301. * This is the group of complex solve driver functions for GB matrices
  302. * @defgroup complexGTsolve complex
  303. * @ingroup solveGT
  304. * This is the group of complex solve driver functions for GT matrices
  305. * @defgroup complexPTsolve complex
  306. * @ingroup solvePT
  307. * This is the group of complex solve driver functions for PT matrices
  308. * @defgroup complexGEeigen complex
  309. * @ingroup eigenGE
  310. * This is the group of complex eigenvalue driver functions for GE matrices
  311. * @defgroup complexSYeigen complex
  312. * @ingroup eigenSY
  313. * This is the group of complex eigenvalue driver functions for SY matrices
  314. * @defgroup complexHEeigen complex
  315. * @ingroup eigenHE
  316. * This is the group of complex eigenvalue driver functions for HE matrices
  317. * @defgroup complexGEsing complex
  318. * @ingroup singGE
  319. * This is the group of complex singular value driver functions for GE matrices
  320. * @defgroup complexGEcomputational complex
  321. * @ingroup computationalGE
  322. * This is the group of complex computational functions for GE matrices
  323. * @defgroup complexPOcomputational complex
  324. * @ingroup computationalPO
  325. * This is the group of complex computational functions for PO matrices
  326. * @defgroup complexSYcomputational complex
  327. * @ingroup computationalSY
  328. * This is the group of complex computational functions for SY matrices
  329. * @defgroup complexHEcomputational complex
  330. * @ingroup computationalHE
  331. * This is the group of complex computational functions for HE matrices
  332. * @defgroup complexGBcomputational complex
  333. * @ingroup computationalGB
  334. * This is the group of complex computational functions for GB matrices
  335. * @defgroup complexGTcomputational complex
  336. * @ingroup computationalGT
  337. * This is the group of complex computational functions for GT matrices
  338. * @defgroup complexPTcomputational complex
  339. * @ingroup computationalPT
  340. * This is the group of complex computational functions for PT matrices
  341. * @defgroup complexGEauxiliary complex
  342. * @ingroup auxiliaryGE
  343. * This is the group of complex auxiliary functions for GE matrices
  344. * @defgroup complexPOauxiliary complex
  345. * @ingroup auxiliaryPO
  346. * This is the group of complex auxiliary functions for PO matrices
  347. * @defgroup complexSYauxiliary complex
  348. * @ingroup auxiliarySY
  349. * This is the group of complex auxiliary functions for SY matrices
  350. * @defgroup complexHEauxiliary complex
  351. * @ingroup auxiliaryHE
  352. * This is the group of complex auxiliary functions for HE matrices
  353. * @defgroup complexGBauxiliary complex
  354. * @ingroup auxiliaryGB
  355. * This is the group of complex auxiliary functions for GB matrices
  356. * @defgroup complexOTHERauxiliary complex
  357. * @ingroup OTHERauxiliary
  358. * This is the group of complex other auxiliary routines
  359. * @defgroup complexOTHERcomputational complex
  360. * @ingroup OTHERcomputational
  361. * This is the group of complex other Computational routines
  362. * @defgroup complexOTHERsolve complex Other Solve Routines
  363. * @ingroup OTHERsolve
  364. * This is the group of complex Other Solve routines
  365. * @defgroup complexOTHEReigen complex Other Eigenvalue routines
  366. * @ingroup OTHEReigen
  367. * This is the group of complex Other Eigenvalue routines
  368. *
  369. ****
  370. *
  371. * @defgroup complex16GEsolve complex16
  372. * @ingroup solveGE
  373. * This is the group of complex16 solve driver functions for GE matrices
  374. * @defgroup complex16POsolve complex16
  375. * @ingroup solvePO
  376. * This is the group of complex16 solve driver functions for PO matrices
  377. * @defgroup complex16SYsolve complex16
  378. * @ingroup solveSY
  379. * This is the group of complex16 solve driver functions for SY matrices
  380. * @defgroup complex16HEsolve complex16
  381. * @ingroup solveHE
  382. * This is the group of complex16 solve driver functions for HE matrices
  383. * @defgroup complex16GBsolve complex16
  384. * @ingroup solveGB
  385. * This is the group of complex16 solve driver functions for GB matrices
  386. * @defgroup complex16GTsolve complex16
  387. * @ingroup solveGT
  388. * This is the group of complex16 solve driver functions for GT matrices
  389. * @defgroup complex16PTsolve complex16
  390. * @ingroup solvePT
  391. * This is the group of complex16 solve driver functions for PT matrices
  392. * @defgroup complex16GEeigen complex16
  393. * @ingroup eigenGE
  394. * This is the group of complex16 eigenvalue driver functions for GE matrices
  395. * @defgroup complex16SYeigen complex16
  396. * @ingroup eigenSY
  397. * This is the group of complex16 eigenvalue driver functions for SY matrices
  398. * @defgroup complex16HEeigen complex16
  399. * @ingroup eigenHE
  400. * This is the group of complex16 eigenvalue driver functions for HE matrices
  401. * @defgroup complex16GEsing complex16
  402. * @ingroup singGE
  403. * This is the group of complex16 singular value driver functions for GE matrices
  404. * @defgroup complex16GEcomputational complex16
  405. * @ingroup computationalGE
  406. * This is the group of complex16 computational functions for GE matrices
  407. * @defgroup complex16POcomputational complex16
  408. * @ingroup computationalPO
  409. * This is the group of complex16 computational functions for PO matrices
  410. * @defgroup complex16SYcomputational complex16
  411. * @ingroup computationalSY
  412. * This is the group of complex16 computational functions for SY matrices
  413. * @defgroup complex16HEcomputational complex16
  414. * @ingroup computationalHE
  415. * This is the group of complex16 computational functions for HE matrices
  416. * @defgroup complex16GBcomputational complex16
  417. * @ingroup computationalGB
  418. * This is the group of complex16 computational functions for GB matrices
  419. * @defgroup complex16GTcomputational complex16
  420. * @ingroup computationalGT
  421. * This is the group of complex16 computational functions for GT matrices
  422. * @defgroup complex16PTcomputational complex16
  423. * @ingroup computationalPT
  424. * This is the group of complex16 computational functions for PT matrices
  425. * @defgroup complex16GEauxiliary complex16
  426. * @ingroup auxiliaryGE
  427. * This is the group of complex16 auxiliary functions for GE matrices
  428. * @defgroup complex16POauxiliary complex16
  429. * @ingroup auxiliaryPO
  430. * This is the group of complex16 auxiliary functions for PO matrices
  431. * @defgroup complex16SYauxiliary complex16
  432. * @ingroup auxiliarySY
  433. * This is the group of complex16 auxiliary functions for SY matrices
  434. * @defgroup complex16HEauxiliary complex16
  435. * @ingroup auxiliaryHE
  436. * This is the group of complex16 auxiliary functions for HE matrices
  437. * @defgroup complex16GBauxiliary complex16
  438. * @ingroup auxiliaryGB
  439. * This is the group of complex16 auxiliary functions for GB matrices
  440. * @defgroup complex16OTHERcomputational complex16
  441. * @ingroup OTHERcomputational
  442. * This is the group of complex16 other Computational routines
  443. * @defgroup complex16OTHERauxiliary complex16
  444. * @ingroup OTHERauxiliary
  445. * This is the group of complex16 other auxiliary routines
  446. * @defgroup auxOTHERcomputational auxiliary Computational routines
  447. * @ingroup OTHERcomputational
  448. * This is the group of auxiliary Computational routines
  449. * @defgroup complex16OTHERsolve complex16 Other Solve Routines
  450. * @ingroup OTHERsolve
  451. * This is the group of complex16 Other Solve routines
  452. * @defgroup complex16OTHEReigen complex16 Other Eigenvalue routines
  453. * @ingroup OTHEReigen
  454. * This is the group of complex16 Other Eigenvalue routines
  455. *
  456. ****
  457. *
  458. * @defgroup testing LAPACK Testing
  459. * This is the group of LAPACK TESTING routines.
  460. *
  461. * @defgroup matgen Matrix Generation
  462. * @ingroup testing
  463. * This is the group of LAPACK TESTING MATGEN routines.
  464. *
  465. * @defgroup lin Linear Solve
  466. * @ingroup testing
  467. * This is the group of LAPACK TESTING LIN routines.
  468. *
  469. * @defgroup eig Eigenvalue and Singular value
  470. * @ingroup testing
  471. * This is the group of LAPACK TESTING EIG routines.
  472. *
  473. * @defgroup real_matgen real
  474. * @ingroup matgen
  475. * This is the group of real LAPACK TESTING MATGEN routines.
  476. *
  477. * @defgroup double_matgen double
  478. * @ingroup matgen
  479. * This is the group of double LAPACK TESTING MATGEN routines.
  480. *
  481. * @defgroup complex_matgen complex
  482. * @ingroup matgen
  483. * This is the group of complex LAPACK TESTING MATGEN routines.
  484. *
  485. * @defgroup complex16_matgen complex16
  486. * @ingroup matgen
  487. * This is the group of complex16 LAPACK TESTING MATGEN routines.
  488. *
  489. * @defgroup aux_matgen aux
  490. * @ingroup matgen
  491. * This is the group of auxiliary LAPACK TESTING MATGEN routines.
  492. *
  493. * @defgroup single_lin real
  494. * @ingroup lin
  495. * This is the group of real LAPACK TESTING LIN routines.
  496. *
  497. * @defgroup double_lin double
  498. * @ingroup lin
  499. * This is the group of double LAPACK TESTING LIN routines.
  500. *
  501. * @defgroup complex_lin complex
  502. * @ingroup lin
  503. * This is the group of complex LAPACK TESTING LIN routines.
  504. *
  505. * @defgroup complex16_lin complex16
  506. * @ingroup lin
  507. * This is the group of complex16 LAPACK TESTING LIN routines.
  508. *
  509. * @defgroup aux_lin aux
  510. * @ingroup lin
  511. * This is the group of auxiliary LAPACK TESTING LIN routines.
  512. *
  513. * @defgroup single_eig real
  514. * @ingroup eig
  515. * This is the group of real LAPACK TESTING EIG routines.
  516. *
  517. * @defgroup double_eig double
  518. * @ingroup eig
  519. * This is the group of double LAPACK TESTING EIG routines.
  520. *
  521. * @defgroup complex_eig complex
  522. * @ingroup eig
  523. * This is the group of complex LAPACK TESTING EIG routines.
  524. *
  525. * @defgroup complex16_eig complex16
  526. * @ingroup eig
  527. * This is the group of complex16 LAPACK TESTING EIG routines.
  528. *
  529. * @defgroup aux_eig aux
  530. * @ingroup eig
  531. * This is the group of auxiliary LAPACK TESTING EIG routines.
  532. *
  533. ****
  534. * @defgroup blas Reference BLAS
  535. * This is the group of BLAS routines.
  536. *
  537. * @defgroup level1 Level1
  538. * @ingroup blas
  539. * This is the group of LEVEL 1 BLAS routines.
  540. * @defgroup level2 Level2
  541. * @ingroup blas
  542. * This is the group of LEVEL 2 BLAS routines.
  543. * @defgroup level3 Level3
  544. * @ingroup blas
  545. * This is the group of LEVEL 3 BLAS routines.
  546. * @defgroup aux_blas Auxiliary BLAS
  547. * @ingroup blas
  548. * This is the group of Auxiliary 3 BLAS routines.
  549. * @defgroup blastesting Testing
  550. * @ingroup blas
  551. * This is the group of BLAS TESTING routines.
  552. *
  553. * @defgroup single_blas_level1 real
  554. * @ingroup level1
  555. * This is the group of real LEVEL 1 BLAS routines.
  556. * @defgroup double_blas_level1 double
  557. * @ingroup level1
  558. * This is the group of double LEVEL 1 BLAS routines.
  559. * @defgroup complex_blas_level1 complex
  560. * @ingroup level1
  561. * This is the group of complex LEVEL 1 BLAS routines.
  562. * @defgroup complex16_blas_level1 complex16
  563. * @ingroup level1
  564. * This is the group of complex16 LEVEL 1 BLAS routines.
  565. *
  566. * @defgroup single_blas_level2 real
  567. * @ingroup level2
  568. * This is the group of real LEVEL 2 BLAS routines.
  569. * @defgroup double_blas_level2 double
  570. * @ingroup level2
  571. * This is the group of double LEVEL 2 BLAS routines.
  572. * @defgroup complex_blas_level2 complex
  573. * @ingroup level2
  574. * This is the group of complex LEVEL 2 BLAS routines.
  575. * @defgroup complex16_blas_level2 complex16
  576. * @ingroup level2
  577. * This is the group of complex16 LEVEL 2 BLAS routines.
  578. *
  579. * @defgroup single_blas_level3 real
  580. * @ingroup level3
  581. * This is the group of real LEVEL 3 BLAS routines.
  582. * @defgroup double_blas_level3 double
  583. * @ingroup level3
  584. * This is the group of double LEVEL 3 BLAS routines.
  585. * @defgroup complex_blas_level3 complex
  586. * @ingroup level3
  587. * This is the group of complex LEVEL 3 BLAS routines.
  588. * @defgroup complex16_blas_level3 complex16
  589. * @ingroup level3
  590. * This is the group of complex16 LEVEL 3 BLAS routines.
  591. *
  592. * @defgroup single_blas_testing real
  593. * @ingroup blastesting
  594. * This is the group of real BLAS TESTING routines.
  595. * @defgroup double_blas_testing double
  596. * @ingroup blastesting
  597. * This is the group of double BLAS TESTING routines.
  598. * @defgroup complex_blas_testing complex
  599. * @ingroup blastesting
  600. * This is the group of complex BLAS TESTING routines.
  601. * @defgroup complex16_blas_testing complex16
  602. * @ingroup blastesting
  603. * This is the group of complex16 BLAS TESTING routines.
  604. *
  605. **/