Module graphs

Source
Expand description

This module contains abstractions for algebraic graph concepts. E.g., adjacency, degree, laplacian, incidence, and edge weight matrices.

Functionsยง

adjacency
Generate the weighted adjacency matrix of the communication graph.
degree
Generate the weighted degree matrix of a communication graph.
edge_weight
Generate the weighted edge matrix of the communication graph.
incidence
Generate the incidence matrix of the communication graph.
laplacian
Generate the Laplacian matrix of the communication graph.