STAG C++  2.0.0
Spectral Toolkit of Algorithms for Graphs
Loading...
Searching...
No Matches
stag::Graph Member List

This is the complete list of members for stag::Graph, including all inherited members.

add_edge(StagInt i, StagInt j, StagReal w)stag::Graph
adjacency() conststag::Graph
average_degree()stag::Graph
degree(StagInt v) overridestag::Graphvirtual
degree_matrix()stag::Graph
degree_unweighted(StagInt v) overridestag::Graphvirtual
degrees(std::vector< StagInt > vertices) overridestag::Graphvirtual
degrees_unweighted(std::vector< StagInt > vertices) overridestag::Graphvirtual
disjoint_union(Graph &other)stag::Graph
Graph(const SprsMat &matrix)stag::Graphexplicit
Graph(std::vector< StagInt > &outerStarts, std::vector< StagInt > &innerIndices, std::vector< StagReal > &values)stag::Graph
has_self_loops() conststag::Graph
inverse_degree_matrix()stag::Graph
is_connected()stag::Graph
laplacian()stag::Graph
lazy_random_walk_matrix()stag::Graph
neighbors(StagInt v) overridestag::Graphvirtual
neighbors_unweighted(StagInt v) overridestag::Graphvirtual
normalised_laplacian()stag::Graph
normalised_signless_laplacian()stag::Graph
number_of_edges() conststag::Graph
number_of_vertices() conststag::Graph
remove_edge(StagInt i, StagInt j)stag::Graph
signless_laplacian()stag::Graph
subgraph(std::vector< StagInt > &vertices)stag::Graph
total_volume()stag::Graph
vertex_exists(StagInt v) overridestag::Graphvirtual
~Graph() override=default (defined in stag::Graph)stag::Graph
~LocalGraph()=defaultstag::LocalGraphvirtual