graph_compute_laplacian_matrix
graph_compute_laplacian_matrix(graph, result, node_indices)
Laplacian matrix (graph Laplacian) NOTE: does not clear matrix before writing
Kind: global function
Param | Type |
---|---|
graph | Graph.<T> |
result | SquareMatrix |
node_indices | Map.<T, number> |