#include <gk_struct.h>
Public Attributes | |
int32_t * | adjncy |
float * | fadjwgt |
float * | fvsizes |
float * | fvwgts |
int32_t * | iadjwgt |
int32_t * | ivsizes |
int32_t * | ivwgts |
int32_t | nvtxs |
int32_t * | vlabels |
ssize_t * | xadj |
Definition at line 89 of file gk_struct.h.
int32_t* gk_graph_t::adjncy |
The adjacency list of the graph
Definition at line 92 of file gk_struct.h.
float* gk_graph_t::fadjwgt |
The floating point edge weights
Definition at line 94 of file gk_struct.h.
float* gk_graph_t::fvsizes |
The floating point vertex sizes
Definition at line 98 of file gk_struct.h.
float* gk_graph_t::fvwgts |
The floating point vertex weights
Definition at line 96 of file gk_struct.h.
int32_t* gk_graph_t::iadjwgt |
The integer edge weights
Definition at line 93 of file gk_struct.h.
int32_t* gk_graph_t::ivsizes |
The integer vertex sizes
Definition at line 97 of file gk_struct.h.
int32_t* gk_graph_t::ivwgts |
The integer vertex weights
Definition at line 95 of file gk_struct.h.
int32_t gk_graph_t::nvtxs |
The number of vertices in the graph
Definition at line 90 of file gk_struct.h.
int32_t* gk_graph_t::vlabels |
The labels of the vertices
Definition at line 99 of file gk_struct.h.
ssize_t* gk_graph_t::xadj |
The ptr-structure of the adjncy list
Definition at line 91 of file gk_struct.h.