Graph Algorithms in the Language of Linear Algebra
Author | : Jeremy Kepner |
Publisher | : SIAM |
Total Pages | : 388 |
Release | : 2011-01-01 |
ISBN-10 | : 0898719917 |
ISBN-13 | : 9780898719918 |
Rating | : 4/5 (918 Downloads) |
Download or read book Graph Algorithms in the Language of Linear Algebra written by Jeremy Kepner and published by SIAM. This book was released on 2011-01-01 with total page 388 pages. Available in PDF, EPUB and Kindle. Book excerpt: The current exponential growth in graph data has forced a shift to parallel computing for executing graph algorithms. Implementing parallel graph algorithms and achieving good parallel performance have proven difficult. This book addresses these challenges by exploiting the well-known duality between a canonical representation of graphs as abstract collections of vertices and edges and a sparse adjacency matrix representation. This linear algebraic approach is widely accessible to scientists and engineers who may not be formally trained in computer science. The authors show how to leverage existing parallel matrix computation techniques and the large amount of software infrastructure that exists for these computations to implement efficient and scalable parallel graph algorithms. The benefits of this approach are reduced algorithmic complexity, ease of implementation, and improved performance.