Skip to content

Commit

Permalink
Figure caption
Browse files Browse the repository at this point in the history
  • Loading branch information
pitsianis authored and fcdimitr committed Mar 1, 2024
1 parent 72554fa commit 2a41bff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ vectors to be applied with the same matrix $A$.

<figure>
<img src="https://github.com/fcdimitr/CompressedSparseBlocks.jl/blob/main/benchmarks/benchmark-results.png" alt="Benchmarks" style="width:100%">
<figcaption align = "center"><i>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.</i></figcaption>
<figcaption align = "center"><i>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.</i></figcaption>
</figure>


## Installation

The package can be added using the Julia package manager. From the
Expand Down

0 comments on commit 2a41bff

Please sign in to comment.