Go to the source code of this file.
Functions | |
static int | compare_ctrevc (lapack_complex_float *t, lapack_complex_float *t_i, lapack_complex_float *vl, lapack_complex_float *vl_i, lapack_complex_float *vr, lapack_complex_float *vr_i, lapack_int m, lapack_int m_i, lapack_int info, lapack_int info_i, lapack_int ldt, lapack_int ldvl, lapack_int ldvr, lapack_int mm, lapack_int n, char side) |
static void | init_rwork (lapack_int size, float *rwork) |
static void | init_scalars_ctrevc (char *side, char *howmny, lapack_int *n, lapack_int *ldt, lapack_int *ldvl, lapack_int *ldvr, lapack_int *mm) |
static void | init_select (lapack_int size, lapack_int *select) |
static void | init_t (lapack_int size, lapack_complex_float *t) |
static void | init_vl (lapack_int size, lapack_complex_float *vl) |
static void | init_vr (lapack_int size, lapack_complex_float *vr) |
static void | init_work (lapack_int size, lapack_complex_float *work) |
int | main (void) |
static int compare_ctrevc | ( | lapack_complex_float * | t, |
lapack_complex_float * | t_i, | ||
lapack_complex_float * | vl, | ||
lapack_complex_float * | vl_i, | ||
lapack_complex_float * | vr, | ||
lapack_complex_float * | vr_i, | ||
lapack_int | m, | ||
lapack_int | m_i, | ||
lapack_int | info, | ||
lapack_int | info_i, | ||
lapack_int | ldt, | ||
lapack_int | ldvl, | ||
lapack_int | ldvr, | ||
lapack_int | mm, | ||
lapack_int | n, | ||
char | side | ||
) | [static] |
Definition at line 501 of file ctrevc_1.c.
static void init_rwork | ( | lapack_int | size, |
float * | rwork | ||
) | [static] |
Definition at line 492 of file ctrevc_1.c.
static void init_scalars_ctrevc | ( | char * | side, |
char * | howmny, | ||
lapack_int * | n, | ||
lapack_int * | ldt, | ||
lapack_int * | ldvl, | ||
lapack_int * | ldvr, | ||
lapack_int * | mm | ||
) | [static] |
Definition at line 400 of file ctrevc_1.c.
static void init_select | ( | lapack_int | size, |
lapack_int * | select | ||
) | [static] |
Definition at line 416 of file ctrevc_1.c.
static void init_t | ( | lapack_int | size, |
lapack_complex_float * | t | ||
) | [static] |
Definition at line 426 of file ctrevc_1.c.
static void init_vl | ( | lapack_int | size, |
lapack_complex_float * | vl | ||
) | [static] |
Definition at line 448 of file ctrevc_1.c.
static void init_vr | ( | lapack_int | size, |
lapack_complex_float * | vr | ||
) | [static] |
Definition at line 464 of file ctrevc_1.c.
static void init_work | ( | lapack_int | size, |
lapack_complex_float * | work | ||
) | [static] |
Definition at line 486 of file ctrevc_1.c.
int main | ( | void | ) |
Definition at line 71 of file ctrevc_1.c.