English

Constructing Adjacency Arrays from Incidence Arrays

Data Structures and Algorithms 2017-09-19 v1 Discrete Mathematics Combinatorics

Abstract

Graph construction, a fundamental operation in a data processing pipeline, is typically done by multiplying the incidence array representations of a graph, Ein\mathbf{E}_\mathrm{in} and Eout\mathbf{E}_\mathrm{out}, to produce an adjacency array of the graph, A\mathbf{A}, that can be processed with a variety of algorithms. This paper provides the mathematical criteria to determine if the product A=EoutTEin\mathbf{A} = \mathbf{E}^{\sf T}_\mathrm{out}\mathbf{E}_\mathrm{in} will have the required structure of the adjacency array of the graph. The values in the resulting adjacency array are determined by the corresponding addition \oplus and multiplication \otimes operations used to perform the array multiplication. Illustrations of the various results possible from different \oplus and \otimes operations are provided using a small collection of popular music metadata.

Keywords

Cite

@article{arxiv.1702.07832,
  title  = {Constructing Adjacency Arrays from Incidence Arrays},
  author = {Hayden Jananthan and Karia Dibert and Jeremy Kepner},
  journal= {arXiv preprint arXiv:1702.07832},
  year   = {2017}
}

Comments

8 pages, 5 figures, accepted to IEEE IPDPS 2017 Workshop on Graph Algorithm Building Blocks

R2 v1 2026-06-22T18:28:11.666Z