powered by
Find the graph Laplacian from a weighted adjacency matrix.
Lap(A)
Graph Laplacian, L, of the class dgCMatrix.
L
Weighted adjacency matrix.
Alexander Mercier
Intended as internal function.
A = matrix(c(0,1,1,1,0,1,1,1,0), 3 ,3) L = Lap(A)
Run the code above in your browser using DataLab