Developer Reference for Intel® oneAPI Math Kernel Library for C

ID 766684
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

Appendix E: Graph Basics

Many applications in data science and machine learning involve working with data represented as graphs. Graph themselves can be represented in a variety of ways which describe relations between graph vertices and edges. Often, a graph is represented as a sparse matrix A (which is called the adjacency matrix of the graph) of size nxn, where n equals the number of vertices in the graph and element (i,j) represents quantitive information about the link between vertex i and vertex j. Most of the graph algorithms can then be described in the language of linear algebra with matrices and vectors.

Basic concepts related to graph algorithms and their representation in the language of linear algebra are described in Graph Fundamentals and Graphs in Linear Algebra. Various storage schemes for sparse matrices are described in Sparse Matrix Storage Formats.

Product and Performance Information

Performance varies by use, configuration and other factors. Learn more at www.Intel.com/PerformanceIndex.

Notice revision #20201201