Go to the source code of this file.
Functions | |
static int | compare_ctrexc (lapack_complex_float *t, lapack_complex_float *t_i, lapack_complex_float *q, lapack_complex_float *q_i, lapack_int info, lapack_int info_i, char compq, lapack_int ldq, lapack_int ldt, lapack_int n) |
static void | init_q (lapack_int size, lapack_complex_float *q) |
static void | init_scalars_ctrexc (char *compq, lapack_int *n, lapack_int *ldt, lapack_int *ldq, lapack_int *ifst, lapack_int *ilst) |
static void | init_t (lapack_int size, lapack_complex_float *t) |
int | main (void) |
static int compare_ctrexc | ( | lapack_complex_float * | t, |
lapack_complex_float * | t_i, | ||
lapack_complex_float * | q, | ||
lapack_complex_float * | q_i, | ||
lapack_int | info, | ||
lapack_int | info_i, | ||
char | compq, | ||
lapack_int | ldq, | ||
lapack_int | ldt, | ||
lapack_int | n | ||
) | [static] |
Definition at line 316 of file ctrexc_1.c.
static void init_q | ( | lapack_int | size, |
lapack_complex_float * | q | ||
) | [static] |
Definition at line 297 of file ctrexc_1.c.
static void init_scalars_ctrexc | ( | char * | compq, |
lapack_int * | n, | ||
lapack_int * | ldt, | ||
lapack_int * | ldq, | ||
lapack_int * | ifst, | ||
lapack_int * | ilst | ||
) | [static] |
Definition at line 260 of file ctrexc_1.c.
static void init_t | ( | lapack_int | size, |
lapack_complex_float * | t | ||
) | [static] |
Definition at line 275 of file ctrexc_1.c.
int main | ( | void | ) |
Definition at line 64 of file ctrexc_1.c.