Go to the source code of this file.
Classes | |
class | sCache |
struct | sCache::sCache::cache_entry |
Defines | |
#define | y_in(i) y[index_in[(i)]] |
#define | y_out(i) y[index_out[(i)]] |
#define | alpha_in(i) alpha[index_in[(i)]] |
#define | alpha_out(i) alpha[index_out[(i)]] |
#define | minfty (-1.0e+30) |
#define | ThRand (Randnext = Randnext * 1103515245L + 12345L) |
#define | ThRandPos ((Randnext = Randnext * 1103515245L + 12345L) & 0x7fffffff) |
Functions | |
void | quick_si (int32_t a[], int32_t k) |
void | quick_s3 (int32_t a[], int32_t k, int32_t ia[]) |
void | quick_s2 (float64_t a[], int32_t k, int32_t ia[]) |
Variables | |
uint32_t | Randnext = 1 |
FILE * | fp |
#define alpha_in | ( | i | ) | alpha[index_in[(i)]] |
Definition at line 85 of file gpdtsolve.cpp.
#define alpha_out | ( | i | ) | alpha[index_out[(i)]] |
Definition at line 86 of file gpdtsolve.cpp.
#define minfty (-1.0e+30) |
Definition at line 87 of file gpdtsolve.cpp.
Definition at line 91 of file gpdtsolve.cpp.
Definition at line 92 of file gpdtsolve.cpp.
#define y_in | ( | i | ) | y[index_in[(i)]] |
Definition at line 83 of file gpdtsolve.cpp.
#define y_out | ( | i | ) | y[index_out[(i)]] |
Definition at line 84 of file gpdtsolve.cpp.
void quick_s2 | ( | float64_t | a[], | |
int32_t | k, | |||
int32_t | ia[] | |||
) |
Definition at line 1456 of file gpdtsolve.cpp.
void quick_s3 | ( | int32_t | a[], | |
int32_t | k, | |||
int32_t | ia[] | |||
) |
Definition at line 1514 of file gpdtsolve.cpp.
void quick_si | ( | int32_t | a[], | |
int32_t | k | |||
) |
Definition at line 1402 of file gpdtsolve.cpp.
FILE* fp |
Definition at line 94 of file gpdtsolve.cpp.
uint32_t Randnext = 1 |
Definition at line 89 of file gpdtsolve.cpp.