From 22a70b1912c3c368dcbb7dcf93b60621ac7918d3 Mon Sep 17 00:00:00 2001 From: jalvesz <102541118+jalvesz@users.noreply.github.com> Date: Wed, 19 Jun 2024 12:54:48 +0200 Subject: [PATCH] Update doc/specs/stdlib_sparse.md Co-authored-by: Federico Perini --- doc/specs/stdlib_sparse.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/specs/stdlib_sparse.md b/doc/specs/stdlib_sparse.md index b31aa4e3d..5f5cc33d3 100644 --- a/doc/specs/stdlib_sparse.md +++ b/doc/specs/stdlib_sparse.md @@ -133,7 +133,7 @@ ELL%index(4,1:3) = [1,3,4] Experimental #### Description -The Sliced ELLPACK format `SELLC` is a variation of the `ELLPACK` format. This modification reduces the storage size compared to the `ELLPACK` format but maintaining its efficient data access scheme. It can be seen as an intermediate format between `CSR` and `ELLPACK`. For more details read [here](https://arxiv.org/pdf/1307.6209v1) +The Sliced ELLPACK format `SELLC` is a variation of the `ELLPACK` format. This modification reduces the storage size compared to the `ELLPACK` format but maintaining its efficient data access scheme. It can be seen as an intermediate format between `CSR` and `ELLPACK`. For more details read [the reference](https://arxiv.org/pdf/1307.6209v1) ## `spmv` - Sparse Matrix-Vector product