|
void | errexit (char *f_str,...) |
|
int * | imalloc (int n, char *msg) |
|
idxtype * | idxmalloc (int n, char *msg) |
|
float * | fmalloc (int n, char *msg) |
|
int * | ismalloc (int n, int ival, char *msg) |
|
idxtype * | idxsmalloc (int n, idxtype ival, char *msg) |
|
void * | GKmalloc (int nbytes, char *msg) |
|
void | GKfree (void **ptr1,...) |
|
int * | iset (int n, int val, int *x) |
|
idxtype * | idxset (int n, idxtype val, idxtype *x) |
|
float * | sset (int n, float val, float *x) |
|
int | iamax (int n, int *x) |
|
int | idxamax (int n, idxtype *x) |
|
int | idxamax_strd (int n, idxtype *x, int incx) |
|
int | samax (int n, float *x) |
|
int | samax2 (int n, float *x) |
|
int | idxamin (int n, idxtype *x) |
|
int | samin (int n, float *x) |
|
int | idxsum (int n, idxtype *x) |
|
int | idxsum_strd (int n, idxtype *x, int incx) |
|
void | idxadd (int n, idxtype *x, idxtype *y) |
|
int | charsum (int n, char *x) |
|
int | isum (int n, int *x) |
|
float | ssum (int n, float *x) |
|
float | ssum_strd (int n, float *x, int incx) |
|
void | sscale (int n, float alpha, float *x) |
|
float | snorm2 (int n, float *v) |
|
float | sdot (int n, float *x, float *y) |
|
void | saxpy (int n, float alpha, float *x, int incx, float *y, int incy) |
|
void | RandomPermute (int n, idxtype *p, int flag) |
|
int | ispow2 (int a) |
|
void | InitRandom (int seed) |
|
int | log2_function (int a) |
|