From 50d57a1acf0d118544a58c8763e4bf05894a7c76 Mon Sep 17 00:00:00 2001 From: Ambra Abdullahi Date: Wed, 7 Dec 2016 16:08:57 +0000 Subject: [PATCH] added matrix for dmatdist test --- test/integrationTest/matrix1.mtx | 34 ++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 test/integrationTest/matrix1.mtx diff --git a/test/integrationTest/matrix1.mtx b/test/integrationTest/matrix1.mtx new file mode 100644 index 00000000..3b2203aa --- /dev/null +++ b/test/integrationTest/matrix1.mtx @@ -0,0 +1,34 @@ +%%MatrixMarket matrix coordinate real general +%================================================================================= +% Input matrix for unit testing +%================================================================================= + 10 10 28 + 1 1 1.000d+00 + 2 2 2.000d+00 + 3 3 3.000d+00 + 4 4 4.000d+00 + 5 5 5.000d+00 + 6 6 6.000d+00 + 7 7 7.000d+00 + 8 8 8.000d+00 + 9 9 9.000d+00 + 10 10 10.000d+00 + 1 2 0.200d+00 + 2 3 0.300d+00 + 3 4 0.400d+00 + 4 5 0.500d+00 + 5 6 0.600d+00 + 6 7 0.700d+00 + 7 8 0.800d+00 + 8 9 0.900d+00 + 9 10 0.100d+00 + 2 1 0.010d+00 + 3 2 0.020d+00 + 4 3 0.030d+00 + 5 4 0.040d+00 + 6 5 0.050d+00 + 7 6 0.060d+00 + 8 7 0.070d+00 + 9 8 0.080d+00 + 10 9 0.090d+00 +