Public Attributes | List of all members
gk_graph_t Struct Reference

#include <gk_struct.h>

Public Attributes

int32_tadjncy
 
float * fadjwgt
 
float * fvsizes
 
float * fvwgts
 
int32_tiadjwgt
 
int32_tivsizes
 
int32_tivwgts
 
int32_t nvtxs
 
int32_tvlabels
 
ssize_txadj
 

Detailed Description

Definition at line 89 of file gk_struct.h.

Member Data Documentation

◆ adjncy

int32_t* gk_graph_t::adjncy

The adjacency list of the graph

Definition at line 92 of file gk_struct.h.

◆ fadjwgt

float* gk_graph_t::fadjwgt

The floating point edge weights

Definition at line 94 of file gk_struct.h.

◆ fvsizes

float* gk_graph_t::fvsizes

The floating point vertex sizes

Definition at line 98 of file gk_struct.h.

◆ fvwgts

float* gk_graph_t::fvwgts

The floating point vertex weights

Definition at line 96 of file gk_struct.h.

◆ iadjwgt

int32_t* gk_graph_t::iadjwgt

The integer edge weights

Definition at line 93 of file gk_struct.h.

◆ ivsizes

int32_t* gk_graph_t::ivsizes

The integer vertex sizes

Definition at line 97 of file gk_struct.h.

◆ ivwgts

int32_t* gk_graph_t::ivwgts

The integer vertex weights

Definition at line 95 of file gk_struct.h.

◆ nvtxs

int32_t gk_graph_t::nvtxs

The number of vertices in the graph

Definition at line 90 of file gk_struct.h.

◆ vlabels

int32_t* gk_graph_t::vlabels

The labels of the vertices

Definition at line 99 of file gk_struct.h.

◆ xadj

ssize_t* gk_graph_t::xadj

The ptr-structure of the adjncy list

Definition at line 91 of file gk_struct.h.


The documentation for this struct was generated from the following file:


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:41:02