Go to the source code of this file.
Variables | |
const int | FFT_SIZE = 1024 |
const int | LG_FFT_SIZE = 1048576 |
const int | LG_LU_SIZE = 1000 |
const int | LG_SOR_SIZE =1000 |
const int | LG_SPARSE_SIZE_M = 100000 |
const int | LG_SPARSE_SIZE_nz =1000000 |
const int | LU_SIZE = 100 |
const int | RANDOM_SEED = 101010 |
const double | RESOLUTION_DEFAULT = 2.0 |
const int | SOR_SIZE =100 |
const int | SPARSE_SIZE_M = 1000 |
const int | SPARSE_SIZE_nz = 5000 |
const int | TINY_FFT_SIZE = 16 |
const int | TINY_LU_SIZE = 10 |
const int | TINY_SOR_SIZE =10 |
const int | TINY_SPARSE_SIZE_M = 10 |
const int | TINY_SPARSE_SIZE_N = 10 |
const int | TINY_SPARSE_SIZE_nz = 50 |
const int FFT_SIZE = 1024 |
Definition at line 9 of file constants.h.
const int LG_FFT_SIZE = 1048576 |
Definition at line 17 of file constants.h.
const int LG_LU_SIZE = 1000 |
Definition at line 21 of file constants.h.
const int LG_SOR_SIZE =1000 |
Definition at line 18 of file constants.h.
const int LG_SPARSE_SIZE_M = 100000 |
Definition at line 19 of file constants.h.
const int LG_SPARSE_SIZE_nz =1000000 |
Definition at line 20 of file constants.h.
const int LU_SIZE = 100 |
Definition at line 13 of file constants.h.
const int RANDOM_SEED = 101010 |
Definition at line 5 of file constants.h.
const double RESOLUTION_DEFAULT = 2.0 |
Definition at line 4 of file constants.h.
const int SOR_SIZE =100 |
Definition at line 10 of file constants.h.
const int SPARSE_SIZE_M = 1000 |
Definition at line 11 of file constants.h.
const int SPARSE_SIZE_nz = 5000 |
Definition at line 12 of file constants.h.
const int TINY_FFT_SIZE = 16 |
Definition at line 27 of file constants.h.
const int TINY_LU_SIZE = 10 |
Definition at line 32 of file constants.h.
const int TINY_SOR_SIZE =10 |
Definition at line 28 of file constants.h.
const int TINY_SPARSE_SIZE_M = 10 |
Definition at line 29 of file constants.h.
const int TINY_SPARSE_SIZE_N = 10 |
Definition at line 30 of file constants.h.
const int TINY_SPARSE_SIZE_nz = 50 |
Definition at line 31 of file constants.h.