Added script front-end for primer-design code
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / cblas / tests.c
1   test_dot ();
2   test_nrm2 ();
3   test_asum ();
4   test_amax ();
5   test_axpy ();
6   test_copy ();
7   test_swap ();
8   test_scal ();
9   test_rotg ();
10   test_rot ();
11   test_rotmg ();
12   test_rotm ();
13   test_gemv ();
14   test_gbmv ();
15   test_trmv ();
16   test_tbmv ();
17   test_tpmv ();
18   test_symv ();
19   test_hemv ();
20   test_hbmv ();
21   test_sbmv ();
22   test_hpmv ();
23   test_spmv ();
24   test_trsv ();
25   test_tbsv ();
26   test_tpsv ();
27   test_ger ();
28   test_syr ();
29   test_her ();
30   test_hpr ();
31   test_spr ();
32   test_syr2 ();
33   test_spr2 ();
34   test_her2 ();
35   test_hpr2 ();
36   test_gemm ();
37   test_symm ();
38   test_hemm ();
39   test_syrk ();
40   test_herk ();
41   test_syr2k ();
42   test_her2k ();
43   test_trmm ();
44   test_trsm ();