sgtl.graph.Graph ================ .. currentmodule:: sgtl.graph .. autoclass:: Graph :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~Graph.__init__ ~Graph.adjacency_matrix ~Graph.bipartiteness ~Graph.conductance ~Graph.degree_matrix ~Graph.draw ~Graph.from_networkx ~Graph.inverse_degree_matrix ~Graph.inverse_sqrt_degree_matrix ~Graph.laplacian_matrix ~Graph.normalised_adjacency_matrix ~Graph.normalised_laplacian_matrix ~Graph.number_of_edges ~Graph.number_of_vertices ~Graph.random_walk_laplacian_matrix ~Graph.tensor_product ~Graph.to_networkx ~Graph.total_volume ~Graph.volume ~Graph.weight