networkx.adj_matrix
networkx.normalized_laplacian
Enter search terms or a module, class or function name.
Return standard combinatorial Laplacian of G as a numpy matrix.
Return the matrix L = D - A, where
D is the diagonal matrix in which the i’th entry is the degree of node i A is the adjacency matrix.