COMBINATORIAL_BLAS  1.6
csr_graph Struct Reference

#include <common.h>

Public Attributes

size_t nlocalverts
 
size_t nlocaledges
 
int64_t nglobalverts
 
size_t * rowstarts
 
int64_tcolumn
 

Detailed Description

Definition at line 38 of file common.h.

Member Data Documentation

◆ column

int64_t* csr_graph::column

Definition at line 43 of file common.h.

◆ nglobalverts

int64_t csr_graph::nglobalverts

Definition at line 41 of file common.h.

◆ nlocaledges

size_t csr_graph::nlocaledges

Definition at line 40 of file common.h.

◆ nlocalverts

size_t csr_graph::nlocalverts

Definition at line 39 of file common.h.

◆ rowstarts

size_t* csr_graph::rowstarts

Definition at line 42 of file common.h.


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