Go to the source code of this file.
static int compare_cgbbrd | ( | lapack_complex_float * | ab, |
lapack_complex_float * | ab_i, | ||
float * | d, | ||
float * | d_i, | ||
float * | e, | ||
float * | e_i, | ||
lapack_complex_float * | q, | ||
lapack_complex_float * | q_i, | ||
lapack_complex_float * | pt, | ||
lapack_complex_float * | pt_i, | ||
lapack_complex_float * | c, | ||
lapack_complex_float * | c_i, | ||
lapack_int | info, | ||
lapack_int | info_i, | ||
lapack_int | ldab, | ||
lapack_int | ldc, | ||
lapack_int | ldpt, | ||
lapack_int | ldq, | ||
lapack_int | m, | ||
lapack_int | n, | ||
lapack_int | ncc, | ||
char | vect | ||
) | [static] |
Definition at line 597 of file cgbbrd_1.c.
static void init_ab | ( | lapack_int | size, |
lapack_complex_float * | ab | ||
) | [static] |
Definition at line 530 of file cgbbrd_1.c.
static void init_c | ( | lapack_int | size, |
lapack_complex_float * | c | ||
) | [static] |
Definition at line 576 of file cgbbrd_1.c.
static void init_d | ( | lapack_int | size, |
float * | d | ||
) | [static] |
Definition at line 552 of file cgbbrd_1.c.
static void init_e | ( | lapack_int | size, |
float * | e | ||
) | [static] |
Definition at line 558 of file cgbbrd_1.c.
static void init_pt | ( | lapack_int | size, |
lapack_complex_float * | pt | ||
) | [static] |
Definition at line 570 of file cgbbrd_1.c.
static void init_q | ( | lapack_int | size, |
lapack_complex_float * | q | ||
) | [static] |
Definition at line 564 of file cgbbrd_1.c.
static void init_rwork | ( | lapack_int | size, |
float * | rwork | ||
) | [static] |
Definition at line 588 of file cgbbrd_1.c.
static void init_scalars_cgbbrd | ( | char * | vect, |
lapack_int * | m, | ||
lapack_int * | n, | ||
lapack_int * | ncc, | ||
lapack_int * | kl, | ||
lapack_int * | ku, | ||
lapack_int * | ldab, | ||
lapack_int * | ldq, | ||
lapack_int * | ldpt, | ||
lapack_int * | ldc | ||
) | [static] |
Definition at line 509 of file cgbbrd_1.c.
static void init_work | ( | lapack_int | size, |
lapack_complex_float * | work | ||
) | [static] |
Definition at line 582 of file cgbbrd_1.c.
int main | ( | void | ) |
Definition at line 77 of file cgbbrd_1.c.