§ adjncy
| int32_t* gk_graph_t::adjncy |
The adjacency list of the graph
§ fadjwgt
| float* gk_graph_t::fadjwgt |
The floating point edge weights
§ fvsizes
| float* gk_graph_t::fvsizes |
The floating point vertex sizes
§ fvwgts
| float* gk_graph_t::fvwgts |
The floating point vertex weights
§ iadjwgt
| int32_t* gk_graph_t::iadjwgt |
§ ivsizes
| int32_t* gk_graph_t::ivsizes |
§ ivwgts
| int32_t* gk_graph_t::ivwgts |
The integer vertex weights
§ nvtxs
| int32_t gk_graph_t::nvtxs |
The number of vertices in the graph
§ vlabels
| int32_t* gk_graph_t::vlabels |
The labels of the vertices
§ xadj
| ssize_t* gk_graph_t::xadj |
The ptr-structure of the adjncy list
The documentation for this struct was generated from the following file: