COMBINATORIAL_BLAS 1.6
 
Loading...
Searching...
No Matches
graph_gen_data_t Struct Reference

#include <dist_graph.h>

Public Attributes

uint64_t n
 
uint64_t m
 
uint64_t n_local
 
uint64_t n_offset
 
uint64_t m_local_read
 
uint64_t m_local_out
 
uint64_t m_local_in
 
uint64_tgen_edges
 
uint64_tgen_edges_rev
 
uint64_t n_start
 
uint64_t m_local
 
uint64_t m_local_allocsize
 
int SCALE
 
uint32_tgen_edges
 

Detailed Description

Definition at line 88 of file dist_graph.h.

Member Data Documentation

◆ gen_edges [1/2]

uint64_t* graph_gen_data_t::gen_edges

Definition at line 98 of file dist_graph.h.

◆ gen_edges [2/2]

uint32_t* graph_gen_data_t::gen_edges

Definition at line 115 of file graph.h.

◆ gen_edges_rev

uint64_t* graph_gen_data_t::gen_edges_rev

Definition at line 99 of file dist_graph.h.

◆ m

uint64_t graph_gen_data_t::m

Definition at line 90 of file dist_graph.h.

◆ m_local

uint64_t graph_gen_data_t::m_local

Definition at line 112 of file graph.h.

◆ m_local_allocsize

uint64_t graph_gen_data_t::m_local_allocsize

Definition at line 113 of file graph.h.

◆ m_local_in

uint64_t graph_gen_data_t::m_local_in

Definition at line 96 of file dist_graph.h.

◆ m_local_out

uint64_t graph_gen_data_t::m_local_out

Definition at line 95 of file dist_graph.h.

◆ m_local_read

uint64_t graph_gen_data_t::m_local_read

Definition at line 94 of file dist_graph.h.

◆ n

uint64_t graph_gen_data_t::n

Definition at line 89 of file dist_graph.h.

◆ n_local

uint64_t graph_gen_data_t::n_local

Definition at line 91 of file dist_graph.h.

◆ n_offset

uint64_t graph_gen_data_t::n_offset

Definition at line 92 of file dist_graph.h.

◆ n_start

uint64_t graph_gen_data_t::n_start

Definition at line 110 of file graph.h.

◆ SCALE

int graph_gen_data_t::SCALE

Definition at line 114 of file graph.h.


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