Expand description

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

Functions§

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