Go to the source code of this file.
Classes | |
class | sCache |
struct | 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 (int a[], int k) |
void | quick_s3 (int a[], int k, int ia[]) |
void | quick_s2 (double a[], int k, int ia[]) |
Variables | |
unsigned int | 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 | ( | double | a[], | |
int | k, | |||
int | ia[] | |||
) |
Definition at line 1456 of file gpdtsolve.cpp.
void quick_s3 | ( | int | a[], | |
int | k, | |||
int | ia[] | |||
) |
Definition at line 1514 of file gpdtsolve.cpp.
void quick_si | ( | int | a[], | |
int | k | |||
) |
Definition at line 1402 of file gpdtsolve.cpp.
FILE* fp |
Definition at line 94 of file gpdtsolve.cpp.
unsigned int Randnext = 1 |
Definition at line 89 of file gpdtsolve.cpp.