COMBINATORIAL_BLAS  1.6
options.h File Reference

Go to the source code of this file.

Macros

#define A_PARAM   0.57
 
#define B_PARAM   0.19
 
#define C_PARAM   0.19
 
#define NBFS_max   64
 
#define default_SCALE   ((int64_t)14)
 
#define default_edgefactor   ((int64_t)16)
 

Functions

void get_options (int argc, char **argv)
 

Variables

int VERBOSE
 
int use_RMAT
 
double A
 
double B
 
double C
 
double D
 
int NBFS
 
int64_t SCALE
 
int64_t edgefactor
 

Macro Definition Documentation

◆ A_PARAM

#define A_PARAM   0.57

Definition at line 10 of file options.h.

◆ B_PARAM

#define B_PARAM   0.19

Definition at line 11 of file options.h.

◆ C_PARAM

#define C_PARAM   0.19

Definition at line 12 of file options.h.

◆ default_edgefactor

#define default_edgefactor   ((int64_t)16)

Definition at line 21 of file options.h.

◆ default_SCALE

#define default_SCALE   ((int64_t)14)

Definition at line 20 of file options.h.

◆ NBFS_max

#define NBFS_max   64

Definition at line 17 of file options.h.

Function Documentation

◆ get_options()

void get_options ( int  argc,
char **  argv 
)

Variable Documentation

◆ A

double A

◆ B

double B

◆ C

double C

◆ D

double D

◆ edgefactor

int64_t edgefactor

◆ NBFS

int NBFS

◆ SCALE

int64_t SCALE

◆ use_RMAT

int use_RMAT

◆ VERBOSE

int VERBOSE