File: tests.c

package info (click to toggle)
gsl-doc 2.3-1
  • links: PTS
  • area: non-free
  • in suites: buster
  • size: 27,748 kB
  • ctags: 15,177
  • sloc: ansic: 235,014; sh: 11,585; makefile: 925
file content (44 lines) | stat: -rw-r--r-- 700 bytes parent folder | download | duplicates (21)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
  test_dot ();
  test_nrm2 ();
  test_asum ();
  test_amax ();
  test_axpy ();
  test_copy ();
  test_swap ();
  test_scal ();
  test_rotg ();
  test_rot ();
  test_rotmg ();
  test_rotm ();
  test_gemv ();
  test_gbmv ();
  test_trmv ();
  test_tbmv ();
  test_tpmv ();
  test_symv ();
  test_hemv ();
  test_hbmv ();
  test_sbmv ();
  test_hpmv ();
  test_spmv ();
  test_trsv ();
  test_tbsv ();
  test_tpsv ();
  test_ger ();
  test_syr ();
  test_her ();
  test_hpr ();
  test_spr ();
  test_syr2 ();
  test_spr2 ();
  test_her2 ();
  test_hpr2 ();
  test_gemm ();
  test_symm ();
  test_hemm ();
  test_syrk ();
  test_herk ();
  test_syr2k ();
  test_her2k ();
  test_trmm ();
  test_trsm ();