Go to the source code of this file.
Functions | |
static int | compare_chseqr (lapack_complex_float *h, lapack_complex_float *h_i, lapack_complex_float *w, lapack_complex_float *w_i, lapack_complex_float *z, lapack_complex_float *z_i, lapack_int info, lapack_int info_i, char compz, lapack_int ldh, lapack_int ldz, lapack_int n) |
static void | init_h (lapack_int size, lapack_complex_float *h) |
static void | init_scalars_chseqr (char *job, char *compz, lapack_int *n, lapack_int *ilo, lapack_int *ihi, lapack_int *ldh, lapack_int *ldz, lapack_int *lwork) |
static void | init_w (lapack_int size, lapack_complex_float *w) |
static void | init_work (lapack_int size, lapack_complex_float *work) |
static void | init_z (lapack_int size, lapack_complex_float *z) |
int | main (void) |
static int compare_chseqr | ( | lapack_complex_float * | h, |
lapack_complex_float * | h_i, | ||
lapack_complex_float * | w, | ||
lapack_complex_float * | w_i, | ||
lapack_complex_float * | z, | ||
lapack_complex_float * | z_i, | ||
lapack_int | info, | ||
lapack_int | info_i, | ||
char | compz, | ||
lapack_int | ldh, | ||
lapack_int | ldz, | ||
lapack_int | n | ||
) | [static] |
Definition at line 403 of file chseqr_4.c.
static void init_h | ( | lapack_int | size, |
lapack_complex_float * | h | ||
) | [static] |
Definition at line 350 of file chseqr_4.c.
static void init_scalars_chseqr | ( | char * | job, |
char * | compz, | ||
lapack_int * | n, | ||
lapack_int * | ilo, | ||
lapack_int * | ihi, | ||
lapack_int * | ldh, | ||
lapack_int * | ldz, | ||
lapack_int * | lwork | ||
) | [static] |
Definition at line 332 of file chseqr_4.c.
static void init_w | ( | lapack_int | size, |
lapack_complex_float * | w | ||
) | [static] |
Definition at line 372 of file chseqr_4.c.
static void init_work | ( | lapack_int | size, |
lapack_complex_float * | work | ||
) | [static] |
Definition at line 394 of file chseqr_4.c.
static void init_z | ( | lapack_int | size, |
lapack_complex_float * | z | ||
) | [static] |
Definition at line 378 of file chseqr_4.c.
int main | ( | void | ) |
Definition at line 68 of file chseqr_4.c.