tangles.util.graph#
Modules
Functions
Compute a matrix containing indicator vectors of the connected components of a graph as columns |
|
Search a neighborhood in the graph with adjacency matrix A |
|
Search a neighborhood in the graph with adjacency matrix A |
|
Compute the combinatorial laplacian \(L = D-A\), where \(A\) is the adjacency matrix of a graph \(G\) |
|
Compute the modularity matrix of the graph with adjacency matrix A |
|
Compute the normalized laplacian \(L' = I - D^{-1/2} A D^{-1/2}\), where \(A\) is the adjacency matrix of |