From 2a41bff914bd3f68b98cad40f15e2f24618150ba Mon Sep 17 00:00:00 2001 From: Nikos Pitsianis Date: Sun, 24 Dec 2023 17:08:50 -0500 Subject: [PATCH] Figure caption --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 21545e9..5867f3a 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,11 @@ vectors to be applied with the same matrix $A$.
Benchmarks -
Fig.1 - Comparison in wall-clock execution time between CSB and MKLSparse. The parallel execution times are with 4 threads on an Intel Core i5-4288U @2.6GHz CPU. The average degree is the average number of nonzeros per row/column.
+
Fig.1 - Comparison in wall-clock execution time between CSB (direct and transpose) and MKLSparse (CSC transpose only). +The parallel execution times are with 4 threads on an Intel Core i5-4288U @2.6GHz CPU. The average degree is the average number of nonzeros per row/column.
+ ## Installation The package can be added using the Julia package manager. From the