Go to the source code of this file.
Functions | |
static int | compare_cgeqpf (lapack_complex_float *a, lapack_complex_float *a_i, lapack_int *jpvt, lapack_int *jpvt_i, lapack_complex_float *tau, lapack_complex_float *tau_i, lapack_int info, lapack_int info_i, lapack_int lda, lapack_int m, lapack_int n) |
static void | init_a (lapack_int size, lapack_complex_float *a) |
static void | init_jpvt (lapack_int size, lapack_int *jpvt) |
static void | init_rwork (lapack_int size, float *rwork) |
static void | init_scalars_cgeqpf (lapack_int *m, lapack_int *n, lapack_int *lda) |
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_cgeqpf | ( | lapack_complex_float * | a, |
lapack_complex_float * | a_i, | ||
lapack_int * | jpvt, | ||
lapack_int * | jpvt_i, | ||
lapack_complex_float * | tau, | ||
lapack_complex_float * | tau_i, | ||
lapack_int | info, | ||
lapack_int | info_i, | ||
lapack_int | lda, | ||
lapack_int | m, | ||
lapack_int | n | ||
) | [static] |
Definition at line 385 of file cgeqpf_1.c.
static void init_a | ( | lapack_int | size, |
lapack_complex_float * | a | ||
) | [static] |
Definition at line 328 of file cgeqpf_1.c.
static void init_jpvt | ( | lapack_int | size, |
lapack_int * | jpvt | ||
) | [static] |
Definition at line 354 of file cgeqpf_1.c.
static void init_rwork | ( | lapack_int | size, |
float * | rwork | ||
) | [static] |
Definition at line 376 of file cgeqpf_1.c.
static void init_scalars_cgeqpf | ( | lapack_int * | m, |
lapack_int * | n, | ||
lapack_int * | lda | ||
) | [static] |
Definition at line 318 of file cgeqpf_1.c.
static void init_tau | ( | lapack_int | size, |
lapack_complex_float * | tau | ||
) | [static] |
Definition at line 364 of file cgeqpf_1.c.
static void init_work | ( | lapack_int | size, |
lapack_complex_float * | work | ||
) | [static] |
Definition at line 370 of file cgeqpf_1.c.
int main | ( | void | ) |
Definition at line 68 of file cgeqpf_1.c.