sgtl.spectrum#

This module contains methods relating to the spectrum of a graph.

Functions

adjacency_spectrum(graph[, num_eigenvalues, ...])

Return a list of the eigenvalues of the adjacency matrix of the given graph.

laplacian_spectrum(graph[, num_eigenvalues, ...])

Return a list of the eigenvalues of the laplacian matrix of the given graph.

normalised_adjacency_spectrum(graph[, ...])

Return a list of the eigenvalues of the normalised adjacency matrix of the given graph.

normalised_laplacian_spectrum(graph[, ...])

Return a list of the eigenvalues of the normalised laplacian matrix of the given graph.