2004
DOI: 10.1016/j.ipl.2004.01.014
|View full text |Cite
|
Sign up to set email alerts
|

An optimal storage format for sparse matrices

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
16
0
1

Year Published

2005
2005
2020
2020

Publication Types

Select...
4
2
2

Relationship

1
7

Authors

Journals

citations
Cited by 38 publications
(17 citation statements)
references
References 1 publication
0
16
0
1
Order By: Relevance
“…Frontier Gather (per step) (lines [8][9] Each processor is given the segment of the frontier corresponding to their assigned submatrix.…”
Section: Parallel and Distributed Bfs Algorithmmentioning
confidence: 99%
See 1 more Smart Citation
“…Frontier Gather (per step) (lines [8][9] Each processor is given the segment of the frontier corresponding to their assigned submatrix.…”
Section: Parallel and Distributed Bfs Algorithmmentioning
confidence: 99%
“…There are other known sparse matrix formats that do not utilize row-starts [9], significantly saving memory; however, although such formats would be useful for algorithms that systematically iterate over all elements of a matrix, they perform badly for BFS where individual accesses to the edges of a given vertex need to be efficient.…”
Section: Other Sparse Matrix Formatsmentioning
confidence: 99%
“…Transposed jagged diagonal format (TJAD) optimizes the amount of storage needed for a sparse matrix by eliminating the need for storing the permutation vector [4]. However, this forces a shift of indirect addressing from the multiplied vector to the result vector.…”
Section: Optimizing the Storagementioning
confidence: 99%
“…Another array row_ind() is needed to store the row indices of the non-zero elements in the original matrix. Finally, a third array is also needed, tjd_ptr(), which stores the starting position of the transposed jagged diagonals in the array val() [17,18]. Although TJDS suffers the drawback of indirect addressing, it does not need the permutation step.…”
Section: Transposed Jagged Diagonal Storage (Tjds)mentioning
confidence: 99%