Go to the source code of this file.
Functions | |
static int | compare_zhseqr (lapack_complex_double *h, lapack_complex_double *h_i, lapack_complex_double *w, lapack_complex_double *w_i, lapack_complex_double *z, lapack_complex_double *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_double *h) |
static void | init_scalars_zhseqr (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_double *w) |
static void | init_work (lapack_int size, lapack_complex_double *work) |
static void | init_z (lapack_int size, lapack_complex_double *z) |
int | main (void) |
static int compare_zhseqr | ( | lapack_complex_double * | h, |
lapack_complex_double * | h_i, | ||
lapack_complex_double * | w, | ||
lapack_complex_double * | w_i, | ||
lapack_complex_double * | z, | ||
lapack_complex_double * | z_i, | ||
lapack_int | info, | ||
lapack_int | info_i, | ||
char | compz, | ||
lapack_int | ldh, | ||
lapack_int | ldz, | ||
lapack_int | n | ||
) | [static] |
Definition at line 429 of file zhseqr_4.c.
static void init_h | ( | lapack_int | size, |
lapack_complex_double * | h | ||
) | [static] |
Definition at line 350 of file zhseqr_4.c.
static void init_scalars_zhseqr | ( | 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 zhseqr_4.c.
static void init_w | ( | lapack_int | size, |
lapack_complex_double * | w | ||
) | [static] |
Definition at line 388 of file zhseqr_4.c.
static void init_work | ( | lapack_int | size, |
lapack_complex_double * | work | ||
) | [static] |
Definition at line 420 of file zhseqr_4.c.
static void init_z | ( | lapack_int | size, |
lapack_complex_double * | z | ||
) | [static] |
Definition at line 394 of file zhseqr_4.c.
int main | ( | void | ) |
Definition at line 68 of file zhseqr_4.c.