edgegraph.builder.adjmatrix

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_adj_matrix(matrix, vertices[, linktype])

Load an adjacency matrix to create a graph structure.