edgegraph.builder.adjmatrix#
Build graphs from adjacency matrices.
This module provides helper functions to construct a graph from a given adjacency matrix structure, as is common in graph algorithms and software.
Functions
|
Load an adjacency matrix to create a graph structure. |