Skip to content

Commit

Permalink
Update doc/specs/stdlib_sparse.md
Browse files Browse the repository at this point in the history
Co-authored-by: Federico Perini <federico.perini@gmail.com>
  • Loading branch information
jalvesz and perazz authored Jun 19, 2024
1 parent c832eeb commit 22a70b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/specs/stdlib_sparse.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22a70b1

Please sign in to comment.