Return eigenvalues of the Laplacian of G
Parameters : | G : graph
weight : string or None, optional (default=’weight’)
|
---|---|
Returns : | evals : NumPy array
|
See also
laplacian_matrix
Notes
For MultiGraph/MultiDiGraph, the edges weights are summed. See to_numpy_matrix for other options.