summaryrefslogtreecommitdiff
path: root/gsl-1.9/cblas/tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'gsl-1.9/cblas/tests.c')
-rw-r--r--gsl-1.9/cblas/tests.c44
1 files changed, 44 insertions, 0 deletions
diff --git a/gsl-1.9/cblas/tests.c b/gsl-1.9/cblas/tests.c
new file mode 100644
index 0000000..af00945
--- /dev/null
+++ b/gsl-1.9/cblas/tests.c
@@ -0,0 +1,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 ();