graph_tool.spectral
#
This module contains several linear operators based on network structure, which useful for spectral analysis.
Sparse matrices#
Return the adjacency matrix of the graph. |
|
Return the Laplacian (or Bethe Hessian if \(r > 1\)) matrix of the graph. |
|
Return the incidence matrix of the graph. |
|
Return the transition matrix of the graph. |
|
Return the modularity matrix of the graph. |
|
Return the Hashimoto (or non-backtracking) matrix of a graph. |
Operator objects#
A |
|
A |
|
A |
|
A |
|
A |
|
A |