COMBINATORIAL_BLAS  1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros | Functions | Variables
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

#define A_PARAM   0.57

Definition at line 10 of file options.h.

#define B_PARAM   0.19

Definition at line 11 of file options.h.

#define C_PARAM   0.19

Definition at line 12 of file options.h.

#define default_edgefactor   ((int64_t)16)

Definition at line 21 of file options.h.

#define default_SCALE   ((int64_t)14)

Definition at line 20 of file options.h.

#define NBFS_max   64

Definition at line 17 of file options.h.


Function Documentation

void get_options ( int  argc,
char **  argv 
)

Variable Documentation

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