Intel® oneAPI Data Analytics Library Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-4ECF4F20-EE32-4667-8864-CDF676334060
Visible to Intel only — GUID: GUID-4ECF4F20-EE32-4667-8864-CDF676334060
Undirected adjacency vector graph
Class undirected_adjacency_vector_graph is the implementation of undirected <Undirected graph>weighted <Weighted graph> sparse graph concept with adjacency matrix underneath for which the following is true:
The data within the graph is sparse and stored in CSR <CSR data>.
The specific graph traits are defined for this class.