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