Go to the source code of this file.
Functions | |
static int | compare_chbtrd (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_int info, lapack_int info_i, lapack_int ldab, lapack_int ldq, lapack_int n, char vect) |
static void | init_ab (lapack_int size, lapack_complex_float *ab) |
static void | init_d (lapack_int size, float *d) |
static void | init_e (lapack_int size, float *e) |
static void | init_q (lapack_int size, lapack_complex_float *q) |
static void | init_scalars_chbtrd (char *vect, char *uplo, lapack_int *n, lapack_int *kd, lapack_int *ldab, lapack_int *ldq) |
static void | init_work (lapack_int size, lapack_complex_float *work) |
int | main (void) |
static int compare_chbtrd | ( | 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_int | info, | ||
lapack_int | info_i, | ||
lapack_int | ldab, | ||
lapack_int | ldq, | ||
lapack_int | n, | ||
char | vect | ||
) | [static] |
Definition at line 428 of file chbtrd_1.c.
static void init_ab | ( | lapack_int | size, |
lapack_complex_float * | ab | ||
) | [static] |
Definition at line 367 of file chbtrd_1.c.
static void init_d | ( | lapack_int | size, |
float * | d | ||
) | [static] |
Definition at line 385 of file chbtrd_1.c.
static void init_e | ( | lapack_int | size, |
float * | e | ||
) | [static] |
Definition at line 391 of file chbtrd_1.c.
static void init_q | ( | lapack_int | size, |
lapack_complex_float * | q | ||
) | [static] |
Definition at line 397 of file chbtrd_1.c.
static void init_scalars_chbtrd | ( | char * | vect, |
char * | uplo, | ||
lapack_int * | n, | ||
lapack_int * | kd, | ||
lapack_int * | ldab, | ||
lapack_int * | ldq | ||
) | [static] |
Definition at line 352 of file chbtrd_1.c.
static void init_work | ( | lapack_int | size, |
lapack_complex_float * | work | ||
) | [static] |
Definition at line 419 of file chbtrd_1.c.
int main | ( | void | ) |
Definition at line 68 of file chbtrd_1.c.