Go to the source code of this file.
Functions | |
static int | compare_cungqr (lapack_complex_float *a, lapack_complex_float *a_i, lapack_int info, lapack_int info_i, lapack_int lda, lapack_int n) |
static void | init_a (lapack_int size, lapack_complex_float *a) |
static void | init_scalars_cungqr (lapack_int *m, lapack_int *n, lapack_int *k, lapack_int *lda, lapack_int *lwork) |
static void | init_tau (lapack_int size, lapack_complex_float *tau) |
static void | init_work (lapack_int size, lapack_complex_float *work) |
int | main (void) |
static int compare_cungqr | ( | lapack_complex_float * | a, |
lapack_complex_float * | a_i, | ||
lapack_int | info, | ||
lapack_int | info_i, | ||
lapack_int | lda, | ||
lapack_int | n | ||
) | [static] |
Definition at line 326 of file cungqr_2.c.
static void init_a | ( | lapack_int | size, |
lapack_complex_float * | a | ||
) | [static] |
Definition at line 265 of file cungqr_2.c.
static void init_scalars_cungqr | ( | lapack_int * | m, |
lapack_int * | n, | ||
lapack_int * | k, | ||
lapack_int * | lda, | ||
lapack_int * | lwork | ||
) | [static] |
Definition at line 252 of file cungqr_2.c.
static void init_tau | ( | lapack_int | size, |
lapack_complex_float * | tau | ||
) | [static] |
Definition at line 307 of file cungqr_2.c.
static void init_work | ( | lapack_int | size, |
lapack_complex_float * | work | ||
) | [static] |
Definition at line 317 of file cungqr_2.c.
int main | ( | void | ) |
Definition at line 63 of file cungqr_2.c.