
Go to the source code of this file.
Functions | |
| static int | compare_ztrsen (lapack_complex_double *t, lapack_complex_double *t_i, lapack_complex_double *q, lapack_complex_double *q_i, lapack_complex_double *w, lapack_complex_double *w_i, lapack_int m, lapack_int m_i, double s, double s_i, double sep, double sep_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_double *q) |
| static void | init_scalars_ztrsen (char *job, char *compq, lapack_int *n, lapack_int *ldt, lapack_int *ldq, lapack_int *lwork) |
| static void | init_select (lapack_int size, lapack_int *select) |
| static void | init_t (lapack_int size, lapack_complex_double *t) |
| static void | init_w (lapack_int size, lapack_complex_double *w) |
| static void | init_work (lapack_int size, lapack_complex_double *work) |
| int | main (void) |
| static int compare_ztrsen | ( | lapack_complex_double * | t, |
| lapack_complex_double * | t_i, | ||
| lapack_complex_double * | q, | ||
| lapack_complex_double * | q_i, | ||
| lapack_complex_double * | w, | ||
| lapack_complex_double * | w_i, | ||
| lapack_int | m, | ||
| lapack_int | m_i, | ||
| double | s, | ||
| double | s_i, | ||
| double | sep, | ||
| double | sep_i, | ||
| lapack_int | info, | ||
| lapack_int | info_i, | ||
| char | compq, | ||
| lapack_int | ldq, | ||
| lapack_int | ldt, | ||
| lapack_int | n | ||
| ) | [static] |
Definition at line 471 of file ztrsen_1.c.
| static void init_q | ( | lapack_int | size, |
| lapack_complex_double * | q | ||
| ) | [static] |
Definition at line 418 of file ztrsen_1.c.
| static void init_scalars_ztrsen | ( | char * | job, |
| char * | compq, | ||
| lapack_int * | n, | ||
| lapack_int * | ldt, | ||
| lapack_int * | ldq, | ||
| lapack_int * | lwork | ||
| ) | [static] |
Definition at line 355 of file ztrsen_1.c.
| static void init_select | ( | lapack_int | size, |
| lapack_int * | select | ||
| ) | [static] |
Definition at line 370 of file ztrsen_1.c.
| static void init_t | ( | lapack_int | size, |
| lapack_complex_double * | t | ||
| ) | [static] |
Definition at line 380 of file ztrsen_1.c.
| static void init_w | ( | lapack_int | size, |
| lapack_complex_double * | w | ||
| ) | [static] |
Definition at line 456 of file ztrsen_1.c.
| static void init_work | ( | lapack_int | size, |
| lapack_complex_double * | work | ||
| ) | [static] |
Definition at line 462 of file ztrsen_1.c.
| int main | ( | void | ) |
Definition at line 70 of file ztrsen_1.c.