COMBINATORIAL_BLAS 1.6
 
Loading...
Searching...
No Matches
graph_generator.h File Reference
#include "user_settings.h"
#include <stdlib.h>
#include <stdint.h>
#include <stdio.h>
#include <inttypes.h>
Include dependency graph for graph_generator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  packed_edge
 

Macros

#define __STDC_FORMAT_MACROS
 

Typedefs

typedef struct packed_edge packed_edge
 

Functions

void generate_kronecker_range (const uint_fast32_t seed[5], int logN, int64_t start_edge, int64_t end_edge, packed_edge *edges)
 

Macro Definition Documentation

◆ __STDC_FORMAT_MACROS

#define __STDC_FORMAT_MACROS

Definition at line 19 of file graph_generator.h.

Typedef Documentation

◆ packed_edge

typedef struct packed_edge packed_edge

Function Documentation

◆ generate_kronecker_range()

void generate_kronecker_range ( const uint_fast32_t  seed[5],
int  logN,
int64_t  start_edge,
int64_t  end_edge,
packed_edge edges 
)