Go to the source code of this file.
Functions | |
static int | compare_cgebak (lapack_complex_float *v, lapack_complex_float *v_i, lapack_int info, lapack_int info_i, lapack_int ldv, lapack_int m) |
static void | init_scalars_cgebak (char *job, char *side, lapack_int *n, lapack_int *ilo, lapack_int *ihi, lapack_int *m, lapack_int *ldv) |
static void | init_scale (lapack_int size, float *scale) |
static void | init_v (lapack_int size, lapack_complex_float *v) |
int | main (void) |
static int compare_cgebak | ( | lapack_complex_float * | v, |
lapack_complex_float * | v_i, | ||
lapack_int | info, | ||
lapack_int | info_i, | ||
lapack_int | ldv, | ||
lapack_int | m | ||
) | [static] |
Definition at line 281 of file cgebak_1.c.
static void init_scalars_cgebak | ( | char * | job, |
char * | side, | ||
lapack_int * | n, | ||
lapack_int * | ilo, | ||
lapack_int * | ihi, | ||
lapack_int * | m, | ||
lapack_int * | ldv | ||
) | [static] |
Definition at line 230 of file cgebak_1.c.
static void init_scale | ( | lapack_int | size, |
float * | scale | ||
) | [static] |
Definition at line 246 of file cgebak_1.c.
static void init_v | ( | lapack_int | size, |
lapack_complex_float * | v | ||
) | [static] |
Definition at line 256 of file cgebak_1.c.
int main | ( | void | ) |
Definition at line 63 of file cgebak_1.c.