HLIBpro
2.4
|
This is the complete list of members for TEWGraph, including all inherited members.
_adj_list_ptr | TGraph | protected |
_adj_nodes | TGraph | protected |
_global_name | TGraph | protected |
adj_nodes(const node_t node) const noexcept | TGraph | inline |
adj_nodes_weights(const node_t node) const noexcept | TGraph | inline |
build_scc(std::list< TNodeSet > &scc, const std::vector< uint > &label, const uint mark) const | TGraph | |
build_scc(std::list< TNodeSet > &scc) const | TGraph | |
create() const | TEWGraph | inlinevirtual |
degree(const node_t node) const noexcept | TGraph | inline |
edge_weight(const idx_t i) const noexcept | TEWGraph | inlinevirtual |
global_name() noexcept | TGraph | inline |
has_edge_weights() const noexcept | TEWGraph | inlinevirtual |
has_global_names() const noexcept | TGraph | inline |
init(const size_t annodes, const size_t anedges, const bool aglobal=false) | TEWGraph | inlinevirtual |
max_degree_node() const | TGraph | |
min_degree_node() const | TGraph | |
min_edge_weight() const | TEWGraph | virtual |
nedges() const noexcept | TGraph | inline |
nnodes() const noexcept | TGraph | inline |
nodes() const noexcept | TGraph | inline |
operator=(const TEWGraph &graph) | TEWGraph | |
HLIB::TGraph::operator=(const TGraph &graph) | TGraph | |
print(const std::string &filename, const bool global=false) const | TGraph | |
print(const std::string &filename, const std::vector< uint > &label, const bool global=false) const | TGraph | |
restrict(const TNodeSet &nodes) const -> std::unique_ptr< TGraph > | TGraph | |
set_edge_weight(const idx_t i, const weight_t w) | TEWGraph | inlinevirtual |
TEWGraph() | TEWGraph | inline |
TEWGraph(const TSparseMatrix *S, const std::vector< bool > &nodemask, const bool sym_edge_weights) | TEWGraph | |
TEWGraph(const TGraph &graph) | TEWGraph | inline |
TGraph() | TGraph | inline |
TGraph(const TSparseMatrix *S, const std::vector< bool > &nodemask) | TGraph | |
vertex_separator(std::vector< uint > &label, const TNodeSet &left, const TNodeSet &right, TNodeSet &vertex_sep, const uint if_label) const | TGraph | |
write(const std::string &filename) const | TEWGraph | virtual |
~TEWGraph() | TEWGraph | inlinevirtual |
~TGraph() | TGraph | inlinevirtual |