~ubuntu-branches/ubuntu/trusty/nwchem/trusty-proposed

« back to all changes in this revision

Viewing changes to src/blas/groups-usr.dox

  • Committer: Package Import Robot
  • Author(s): Michael Banck, Daniel Leidert, Andreas Tille, Michael Banck
  • Date: 2013-07-04 12:14:55 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130704121455-5tvsx2qabor3nrui
Tags: 6.3-1
* New upstream release.
* Fixes anisotropic properties (Closes: #696361).
* New features include:
  + Multi-reference coupled cluster (MRCC) approaches
  + Hybrid DFT calculations with short-range HF 
  + New density-functionals including Minnesota (M08, M11) and HSE hybrid
    functionals
  + X-ray absorption spectroscopy (XAS) with TDDFT
  + Analytical gradients for the COSMO solvation model
  + Transition densities from TDDFT 
  + DFT+U and Electron-Transfer (ET) methods for plane wave calculations
  + Exploitation of space group symmetry in plane wave geometry optimizations
  + Local density of states (LDOS) collective variable added to Metadynamics
  + Various new XC functionals added for plane wave calculations, including
    hybrid and range-corrected ones
  + Electric field gradients with relativistic corrections 
  + Nudged Elastic Band optimization method
  + Updated basis sets and ECPs 

[ Daniel Leidert ]
* debian/watch: Fixed.

[ Andreas Tille ]
* debian/upstream: References

[ Michael Banck ]
* debian/upstream (Name): New field.
* debian/patches/02_makefile_flags.patch: Refreshed.
* debian/patches/06_statfs_kfreebsd.patch: Likewise.
* debian/patches/07_ga_target_force_linux.patch: Likewise.
* debian/patches/05_avoid_inline_assembler.patch: Removed, no longer needed.
* debian/patches/09_backported_6.1.1_fixes.patch: Likewise.
* debian/control (Build-Depends): Added gfortran-4.7 and gcc-4.7.
* debian/patches/10_force_gcc-4.7.patch: New patch, explicitly sets
  gfortran-4.7 and gcc-4.7, fixes test suite hang with gcc-4.8 (Closes:
  #701328, #713262).
* debian/testsuite: Added tests for COSMO analytical gradients and MRCC.
* debian/rules (MRCC_METHODS): New variable, required to enable MRCC methods.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 PO  Positive Definite Matrix
 
18
 *   @ingroup lapack
 
19
 *   This is the group of Positive Definite routines
 
20
 * AT defgroup GT  General tridiagonal Matrix
 
21
 *   AT ingroup lapack
 
22
 *   This is the group of General tridiagonal routines
 
23
 * AT defgroup PT  Positive Definite tridiagonal Matrix
 
24
 *   AT ingroup lapack
 
25
 *   This is the group of Positive Definite tridiagonal routines
 
26
 * @defgroup auxOTHERauxiliary  Other Auxiliary Routines
 
27
 *   @ingroup lapack
 
28
 *   This is the group of Other Auxiliary routines
 
29
 *
 
30
 ****
 
31
 *
 
32
 * @defgroup solveGE  Linear Solve
 
33
 *   @ingroup GE
 
34
 *   This is the group of Linear Solve Driver routines
 
35
 * AT defgroup solveGB  Linear Solve
 
36
 *   AT ingroup GB
 
37
 *   This is the group of Linear Solve Driver routines
 
38
 * AT defgroup solveSY  Linear Solve
 
39
 *   AT ingroup SY
 
40
 *   This is the group of Linear Solve Driver routines
 
41
 * @defgroup solvePO  Linear Solve
 
42
 *   @ingroup PO
 
43
 *   This is the group of Linear Solve Driver routines
 
44
 * AT defgroup solveGT  Linear Solve
 
45
 *   AT ingroup GT
 
46
 *   This is the group of Linear Solve Driver routines
 
47
 * AT defgroup solvePT  Linear Solve
 
48
 *   AT ingroup PT
 
49
 *   This is the group of Linear Solve Driver routines
 
50
 * @defgroup eigenGE  Eigenvalue
 
51
 *   @ingroup GE
 
52
 *   This is the group of Eigenvalue Driver routines
 
53
 * @defgroup eigenSY  Eigenvalue
 
54
 *   @ingroup SY
 
55
 *   This is the group of Eigenvalue Driver routines
 
56
 * @defgroup singGE  Singular Value
 
57
 *   @ingroup GE
 
58
 *   This is the group of Singular Value Driver routines
 
59
 * @defgroup computationalGE  Computational routines
 
60
 *   @ingroup GE
 
61
 *   This is the group of Computational routines
 
62
 * @defgroup computationalGB  Computational routines
 
63
 *   @ingroup GB
 
64
 *   This is the group of Computational routines
 
65
 * @defgroup computationalSY  Computational routines
 
66
 *   @ingroup SY
 
67
 *   This is the group of Computational routines
 
68
 * @defgroup computationalPO  Computational routines
 
69
 *   @ingroup PO
 
70
 *   This is the group of Computational routines
 
71
 * AT defgroup computationalGT  Computational routines
 
72
 *   AT ingroup GT
 
73
 *   This is the group of Computational routines
 
74
 * AT defgroup computationalPT  Computational routines
 
75
 *   AT ingroup PT
 
76
 *   This is the group of Computational routines
 
77
 * @defgroup auxiliaryGE  Auxiliary routines
 
78
 *   @ingroup GE
 
79
 *   This is the group of Auxiliary routines
 
80
 * AT defgroup auxiliaryGB  Auxiliary routines
 
81
 *   AT ingroup GB
 
82
 *   This is the group of Auxiliary routines
 
83
 * @defgroup auxiliarySY  Auxiliary routines
 
84
 *   @ingroup SY
 
85
 *   This is the group of Auxiliary routines
 
86
 * AT defgroup auxiliaryPO  Auxiliary routines
 
87
 *   AT ingroup PO
 
88
 *   This is the group of Auxiliary routines
 
89
 * AT defgroup auxiliaryGT  Auxiliary routines
 
90
 *   AT ingroup GT
 
91
 *   This is the group of Auxiliary routines
 
92
 * AT defgroup auxiliaryPT  Auxiliary routines
 
93
 *   AT ingroup PT
 
94
 *   This is the group of Auxiliary routines
 
95
 *
 
96
 ****
 
97
 *
 
98
 * @defgroup doubleGEsolve double
 
99
 *   @ingroup solveGE 
 
100
 *   This is the group of double solve driver functions for GE matrices
 
101
 * @defgroup doublePOsolve double
 
102
 *   @ingroup solvePO 
 
103
 *   This is the group of double solve driver functions for PO matrices
 
104
 * AT defgroup doubleSYsolve double
 
105
 *   AT ingroup solveSY
 
106
 *   This is the group of double solve driver functions for SY matrices
 
107
 * AT defgroup doubleGBsolve double
 
108
 *   AT ingroup solveGB
 
109
 *   This is the group of double solve driver functions for GB matrices
 
110
 * AT defgroup doubleGTsolve double
 
111
 *   AT ingroup solveGT
 
112
 *   This is the group of double solve driver functions for GT matrices
 
113
 * AT defgroup doublePTsolve double
 
114
 *   AT ingroup solvePT
 
115
 *   This is the group of double solve driver functions for PT matrices
 
116
 * @defgroup doubleGEeigen double
 
117
 *   @ingroup eigenGE 
 
118
 *   This is the group of double eigenvalue driver functions for GE matrices
 
119
 * @defgroup doubleSYeigen double
 
120
 *   @ingroup eigenSY
 
121
 *   This is the group of double eigenvalue driver functions for SY matrices
 
122
 * @defgroup doubleGEsing double
 
123
 *   @ingroup singGE 
 
124
 *   This is the group of double singular value driver functions for GE matrices
 
125
 * @defgroup doubleGEcomputational double
 
126
 *   @ingroup computationalGE 
 
127
 *   This is the group of double computational functions for GE matrices
 
128
 * @defgroup doublePOcomputational double
 
129
 *   @ingroup computationalPO 
 
130
 *   This is the group of double computational functions for PO matrices
 
131
 * @defgroup doubleSYcomputational double
 
132
 *   @ingroup computationalSY 
 
133
 *   This is the group of double computational functions for SY matrices
 
134
 * @defgroup doubleGBcomputational double
 
135
 *   @ingroup computationalGB
 
136
 *   This is the group of double computational functions for GB matrices
 
137
 * AT defgroup doubleGTcomputational double
 
138
 *   AT ingroup computationalGT
 
139
 *   This is the group of double computational functions for GT matrices
 
140
 * AT defgroup doublePTcomputational double
 
141
 *   AT ingroup computationalPT
 
142
 *   This is the group of double computational functions for PT matrices
 
143
 * @defgroup doubleGEauxiliary double
 
144
 *   @ingroup auxiliaryGE 
 
145
 *   This is the group of double auxiliary functions for GE matrices
 
146
 * AT defgroup doublePOauxiliary double
 
147
 *   AT ingroup auxiliaryPO 
 
148
 *   This is the group of double auxiliary functions for PO matrices
 
149
 * @defgroup doubleSYauxiliary double
 
150
 *   @ingroup auxiliarySY
 
151
 *   This is the group of double auxiliary functions for SY matrices
 
152
 * AT defgroup doubleGBauxiliary double
 
153
 *   AT ingroup auxiliaryGB 
 
154
 *   This is the group of double auxiliary functions for GB matrices
 
155
 * AT defgroup doublePTauxiliary double
 
156
 *   AT ingroup auxiliaryPT 
 
157
 *   This is the group of double auxiliary functions for PT matrices
 
158
 * AT defgroup doubleGTauxiliary double
 
159
 *   AT ingroup auxiliaryGT 
 
160
 *   This is the group of double auxiliary functions for GT matrices
 
161
 *
 
162
 ****
 
163
 *
 
164
 * @defgroup realGEsolve real
 
165
 *   @ingroup solveGE 
 
166
 *   This is the group of real solve driver functions for GE matrices
 
167
 * @defgroup realPOsolve real
 
168
 *   @ingroup solvePO 
 
169
 *   This is the group of real solve driver functions for PO matrices
 
170
 * AT defgroup realSYsolve real
 
171
 *   AT ingroup solveSY
 
172
 *   This is the group of real solve driver functions for SY matrices
 
173
 * AT defgroup realGBsolve real
 
174
 *   AT ingroup solveGB
 
175
 *   This is the group of real solve driver functions for GB matrices
 
176
 * AT defgroup realGTsolve real
 
177
 *   AT ingroup solveGT
 
178
 *   This is the group of real solve driver functions for GT matrices
 
179
 * AT defgroup realPTsolve real
 
180
 *   AT ingroup solvePT
 
181
 *   This is the group of real solve driver functions for PT matrices
 
182
 * @defgroup realGEeigen real
 
183
 *   @ingroup eigenGE 
 
184
 *   This is the group of real eigenvalue driver functions for GE matrices
 
185
 * @defgroup realSYeigen real
 
186
 *   @ingroup eigenSY
 
187
 *   This is the group of real eigenvalue driver functions for SY matrices
 
188
 * @defgroup realGEsing real
 
189
 *   @ingroup singGE 
 
190
 *   This is the group of real singular value driver functions for GE matrices
 
191
 * @defgroup realGEcomputational real
 
192
 *   @ingroup computationalGE 
 
193
 *   This is the group of real computational functions for GE matrices
 
194
 * @defgroup realPOcomputational real
 
195
 *   @ingroup computationalPO 
 
196
 *   This is the group of real computational functions for PO matrices
 
197
 * @defgroup realSYcomputational real
 
198
 *   @ingroup computationalSY 
 
199
 *   This is the group of real computational functions for SY matrices
 
200
 * @defgroup realGBcomputational real
 
201
 *   @ingroup computationalGB
 
202
 *   This is the group of real computational functions for GB matrices
 
203
 * AT defgroup realPTcomputational real
 
204
 *   AT ingroup computationalPT
 
205
 *   This is the group of real computational functions for PT matrices
 
206
 * AT defgroup realGTcomputational real
 
207
 *   AT ingroup computationalGT
 
208
 *   This is the group of real computational functions for GT matrices
 
209
 * @defgroup realGEauxiliary real
 
210
 *   @ingroup auxiliaryGE 
 
211
 *   This is the group of real auxiliary functions for GE matrices
 
212
 * AT defgroup realPOauxiliary real
 
213
 *   AT ingroup auxiliaryPO 
 
214
 *   This is the group of real auxiliary functions for PO matrices
 
215
 * @defgroup realSYauxiliary real
 
216
 *   @ingroup auxiliarySY
 
217
 *   This is the group of real auxiliary functions for SY matrices
 
218
 * AT defgroup realGBauxiliary real
 
219
 *   AT ingroup auxiliaryGB 
 
220
 *   This is the group of real auxiliary functions for GB matrices
 
221
 * AT defgroup realGTauxiliary real
 
222
 *   AT ingroup auxiliaryGT
 
223
 *   This is the group of real auxiliary functions for GT matrices
 
224
 * AT defgroup realPTauxiliary real
 
225
 *   AT ingroup auxiliaryPT
 
226
 *   This is the group of real auxiliary functions for PT matrices
 
227
 *
 
228
 ****
 
229
 *
 
230
 * @defgroup complexGEsolve complex
 
231
 *   @ingroup solveGE 
 
232
 *   This is the group of complex solve driver functions for GE matrices
 
233
 * @defgroup complexPOsolve complex
 
234
 *   @ingroup solvePO 
 
235
 *   This is the group of complex solve driver functions for PO matrices
 
236
 * AT defgroup complexSYsolve complex
 
237
 *   AT ingroup solveSY
 
238
 *   This is the group of complex solve driver functions for SY matrices
 
239
 * AT defgroup complexGBsolve complex
 
240
 *   AT ingroup solveGB
 
241
 *   This is the group of complex solve driver functions for GB matrices
 
242
 * AT defgroup complexGTsolve complex
 
243
 *   AT ingroup solveGT
 
244
 *   This is the group of complex solve driver functions for GT matrices
 
245
 * AT defgroup complexPTsolve complex
 
246
 *   AT ingroup solvePT
 
247
 *   This is the group of complex solve driver functions for PT matrices
 
248
 * @defgroup complexGEeigen complex
 
249
 *   @ingroup eigenGE 
 
250
 *   This is the group of complex eigenvalue driver functions for GE matrices
 
251
 * @defgroup complexSYeigen complex
 
252
 *   @ingroup eigenSY
 
253
 *   This is the group of complex eigenvalue driver functions for SY matrices
 
254
 * @defgroup complexGEsing complex
 
255
 *   @ingroup singGE 
 
256
 *   This is the group of complex singular value driver functions for GE matrices
 
257
 * @defgroup complexGEcomputational complex
 
258
 *   @ingroup computationalGE 
 
259
 *   This is the group of complex computational functions for GE matrices
 
260
 * @defgroup complexPOcomputational complex
 
261
 *   @ingroup computationalPO 
 
262
 *   This is the group of complex computational functions for PO matrices
 
263
 * @defgroup complexSYcomputational complex
 
264
 *   @ingroup computationalSY 
 
265
 *   This is the group of complex computational functions for SY matrices
 
266
 * @defgroup complexGBcomputational complex
 
267
 *   @ingroup computationalGB
 
268
 *   This is the group of complex computational functions for GB matrices
 
269
 * AT defgroup complexGTcomputational complex
 
270
 *   AT ingroup computationalGT
 
271
 *   This is the group of complex computational functions for GT matrices
 
272
 * AT defgroup complexPTcomputational complex
 
273
 *   AT ingroup computationalPT
 
274
 *   This is the group of complex computational functions for PT matrices
 
275
 * @defgroup complexGEauxiliary complex
 
276
 *   @ingroup auxiliaryGE 
 
277
 *   This is the group of complex auxiliary functions for GE matrices
 
278
 * AT defgroup complexPOauxiliary complex
 
279
 *   AT ingroup auxiliaryPO 
 
280
 *   This is the group of complex auxiliary functions for PO matrices
 
281
 * @defgroup complexSYauxiliary complex
 
282
 *   @ingroup auxiliarySY
 
283
 *   This is the group of complex auxiliary functions for SY matrices
 
284
 * AT defgroup complexGBauxiliary complex
 
285
 *   AT ingroup auxiliaryGB 
 
286
 *   This is the group of complex auxiliary functions for GB matrices
 
287
 *
 
288
 ****
 
289
 *
 
290
 * @defgroup complex16GEsolve complex16
 
291
 *   @ingroup solveGE 
 
292
 *   This is the group of complex16 solve driver functions for GE matrices
 
293
 * @defgroup complex16POsolve complex16
 
294
 *   @ingroup solvePO 
 
295
 *   This is the group of complex16 solve driver functions for PO matrices
 
296
 * AT defgroup complex16SYsolve complex16
 
297
 *   AT ingroup solveSY
 
298
 *   This is the group of complex16 solve driver functions for SY matrices
 
299
 * AT defgroup complex16GBsolve complex16
 
300
 *   AT ingroup solveGB
 
301
 *   This is the group of complex16 solve driver functions for GB matrices
 
302
 * AT defgroup complex16GTsolve complex16
 
303
 *   AT ingroup solveGT
 
304
 *   This is the group of complex16 solve driver functions for GT matrices
 
305
 * AT defgroup complex16PTsolve complex16
 
306
 *   AT ingroup solvePT
 
307
 *   This is the group of complex16 solve driver functions for PT matrices
 
308
 * @defgroup complex16GEeigen complex16
 
309
 *   @ingroup eigenGE 
 
310
 *   This is the group of complex16 eigenvalue driver functions for GE matrices
 
311
 * @defgroup complex16SYeigen complex16
 
312
 *   @ingroup eigenSY
 
313
 *   This is the group of complex16 eigenvalue driver functions for SY matrices
 
314
 * @defgroup complex16GEsing complex16
 
315
 *   @ingroup singGE 
 
316
 *   This is the group of complex16 singular value driver functions for GE matrices
 
317
 * @defgroup complex16GEcomputational complex16
 
318
 *   @ingroup computationalGE 
 
319
 *   This is the group of complex16 computational functions for GE matrices
 
320
 * @defgroup complex16POcomputational complex16
 
321
 *   @ingroup computationalPO 
 
322
 *   This is the group of complex16 computational functions for PO matrices
 
323
 * @defgroup complex16SYcomputational complex16
 
324
 *   @ingroup computationalSY 
 
325
 *   This is the group of complex16 computational functions for SY matrices
 
326
 * @defgroup complex16GBcomputational complex16
 
327
 *   @ingroup computationalGB
 
328
 *   This is the group of complex16 computational functions for GB matrices
 
329
 * AT defgroup complex16GTcomputational complex16
 
330
 *   AT ingroup computationalGT
 
331
 *   This is the group of complex16 computational functions for GT matrices
 
332
 * AT defgroup complex16PTcomputational complex16
 
333
 *   AT ingroup computationalPT
 
334
 *   This is the group of complex16 computational functions for PT matrices
 
335
 * @defgroup complex16GEauxiliary complex16
 
336
 *   @ingroup auxiliaryGE 
 
337
 *   This is the group of complex16 auxiliary functions for GE matrices
 
338
 * AT defgroup complex16POauxiliary complex16
 
339
 *   AT ingroup auxiliaryPO 
 
340
 *   This is the group of complex16 auxiliary functions for PO matrices
 
341
 * @defgroup complex16SYauxiliary complex16
 
342
 *   @ingroup auxiliarySY
 
343
 *   This is the group of complex16 auxiliary functions for SY matrices
 
344
 * AT defgroup complex16GBauxiliary complex16
 
345
 *   AT ingroup auxiliaryGB 
 
346
 *   This is the group of complex16 auxiliary functions for GB matrices
 
347
 *
 
348
 ****
 
349
 *
 
350
 * AT defgroup testing LAPACK Testing
 
351
 *   This is the group of LAPACK TESTING routines.
 
352
 *
 
353
 * AT defgroup matgen Matrix Generation
 
354
 *   AT ingroup testing 
 
355
 *   This is the group of LAPACK TESTING MATGEN routines.
 
356
 *
 
357
 * AT defgroup lin Linear Solve
 
358
 *   AT ingroup testing 
 
359
 *   This is the group of LAPACK TESTING LIN routines.
 
360
 *
 
361
 * AT defgroup eig Eigenvalue and Singular value
 
362
 *   AT ingroup testing 
 
363
 *   This is the group of LAPACK TESTING EIG routines.
 
364
 *
 
365
 * AT defgroup real_matgen real
 
366
 *   AT ingroup matgen 
 
367
 *   This is the group of real LAPACK TESTING MATGEN routines.
 
368
 *
 
369
 * AT defgroup double_matgen double
 
370
 *   AT ingroup matgen 
 
371
 *   This is the group of double LAPACK TESTING MATGEN routines.
 
372
 *
 
373
 * AT defgroup complex_matgen complex
 
374
 *   AT ingroup matgen 
 
375
 *   This is the group of complex LAPACK TESTING MATGEN routines.
 
376
 *
 
377
 * AT defgroup complex16_matgen complex16
 
378
 *   AT ingroup matgen 
 
379
 *   This is the group of complex16 LAPACK TESTING MATGEN routines.
 
380
 *
 
381
 * AT defgroup aux_matgen aux
 
382
 *   AT ingroup matgen 
 
383
 *   This is the group of auxiliary LAPACK TESTING MATGEN routines.
 
384
 *
 
385
 * AT defgroup single_lin real
 
386
 *   AT ingroup lin 
 
387
 *   This is the group of real LAPACK TESTING LIN routines.
 
388
 *
 
389
 * AT defgroup double_lin double
 
390
 *   AT ingroup lin 
 
391
 *   This is the group of double LAPACK TESTING LIN routines.
 
392
 *
 
393
 * AT defgroup complex_lin complex
 
394
 *   AT ingroup lin 
 
395
 *   This is the group of complex LAPACK TESTING LIN routines.
 
396
 *
 
397
 * AT defgroup complex16_lin complex16
 
398
 *   AT ingroup lin 
 
399
 *   This is the group of complex16 LAPACK TESTING LIN routines.
 
400
 *
 
401
 * AT defgroup aux_lin aux
 
402
 *   AT ingroup lin 
 
403
 *   This is the group of auxiliary LAPACK TESTING LIN routines.
 
404
 *
 
405
 * AT defgroup single_eig real
 
406
 *   AT ingroup eig 
 
407
 *   This is the group of real LAPACK TESTING EIG routines.
 
408
 *
 
409
 * AT defgroup double_eig double
 
410
 *   AT ingroup eig 
 
411
 *   This is the group of double LAPACK TESTING EIG routines.
 
412
 *
 
413
 * AT defgroup complex_eig complex
 
414
 *   AT ingroup eig 
 
415
 *   This is the group of complex LAPACK TESTING EIG routines.
 
416
 *
 
417
 * AT defgroup complex16_eig complex16
 
418
 *   AT ingroup eig 
 
419
 *   This is the group of complex16 LAPACK TESTING EIG routines.
 
420
 *
 
421
 * AT defgroup aux_eig aux
 
422
 *   AT ingroup eig 
 
423
 *   This is the group of auxiliary LAPACK TESTING EIG routines.
 
424
 *
 
425
 ****
 
426
 * @defgroup blas Reference BLAS
 
427
 *   This is the group of BLAS routines.
 
428
 *
 
429
 * @defgroup level1 Level1
 
430
 *   @ingroup blas
 
431
 *   This is the group of LEVEL 1 BLAS routines.
 
432
 * @defgroup level2 Level2
 
433
 *   @ingroup blas
 
434
 *   This is the group of LEVEL 2 BLAS routines.
 
435
 * @defgroup level3 Level3
 
436
 *   @ingroup blas
 
437
 *   This is the group of LEVEL 3 BLAS routines.
 
438
 * AT defgroup blastesting Testing
 
439
 *   AT ingroup blas
 
440
 *   This is the group of BLAS TESTING routines.
 
441
 *
 
442
 * @defgroup single_blas_level1 real
 
443
 *   @ingroup level1
 
444
 *   This is the group of real LEVEL 1 BLAS routines.
 
445
 * @defgroup double_blas_level1 double
 
446
 *   @ingroup level1 
 
447
 *   This is the group of double LEVEL 1 BLAS routines.
 
448
 * @defgroup complex_blas_level1 complex
 
449
 *   @ingroup level1 
 
450
 *   This is the group of complex LEVEL 1 BLAS routines.
 
451
 * @defgroup complex16_blas_level1 complex16
 
452
 *   @ingroup level1 
 
453
 *   This is the group of complex16 LEVEL 1 BLAS routines.
 
454
 *
 
455
 * @defgroup single_blas_level2 real
 
456
 *   @ingroup level2
 
457
 *   This is the group of real LEVEL 2 BLAS routines.
 
458
 * @defgroup double_blas_level2 double
 
459
 *   @ingroup level2 
 
460
 *   This is the group of double LEVEL 2 BLAS routines.
 
461
 * @defgroup complex_blas_level2 complex
 
462
 *   @ingroup level2 
 
463
 *   This is the group of complex LEVEL 2 BLAS routines.
 
464
 * @defgroup complex16_blas_level2 complex16
 
465
 *   @ingroup level2 
 
466
 *   This is the group of complex16 LEVEL 2 BLAS routines.
 
467
 *
 
468
 * @defgroup single_blas_level3 real
 
469
 *   @ingroup level3
 
470
 *   This is the group of real LEVEL 3 BLAS routines.
 
471
 * @defgroup double_blas_level3 double
 
472
 *   @ingroup level3 
 
473
 *   This is the group of double LEVEL 3 BLAS routines.
 
474
 * @defgroup complex_blas_level3 complex
 
475
 *   @ingroup level3 
 
476
 *   This is the group of complex LEVEL 3 BLAS routines.
 
477
 * @defgroup complex16_blas_level3 complex16
 
478
 *   @ingroup level3 
 
479
 *   This is the group of complex16 LEVEL 3 BLAS routines.
 
480
 *
 
481
 * AT defgroup single_blas_testing real
 
482
 *   AT ingroup blastesting
 
483
 *   This is the group of real BLAS TESTING routines.
 
484
 * AT defgroup double_blas_testing double
 
485
 *   AT ingroup blastesting 
 
486
 *   This is the group of double BLAS TESTING routines.
 
487
 * AT defgroup complex_blas_testing complex
 
488
 *   AT ingroup blastesting 
 
489
 *   This is the group of complex BLAS TESTING routines.
 
490
 * AT defgroup complex16_blas_testing complex16
 
491
 *   AT ingroup blastesting 
 
492
 *   This is the group of complex16 BLAS TESTING routines.
 
493
 *
 
494
**/