COMBINATORIAL_BLAS  1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes
csr_graph Struct Reference

#include <common.h>

List of all members.

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

int64_t* csr_graph::column

Definition at line 43 of file common.h.

int64_t csr_graph::nglobalverts

Definition at line 41 of file common.h.

size_t csr_graph::nlocaledges

Definition at line 40 of file common.h.

size_t csr_graph::nlocalverts

Definition at line 39 of file common.h.

size_t* csr_graph::rowstarts

Definition at line 42 of file common.h.


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