Go to the source code of this file.
Functions | |
static int | compare_chetrd (lapack_complex_float *a, lapack_complex_float *a_i, float *d, float *d_i, float *e, float *e_i, lapack_complex_float *tau, lapack_complex_float *tau_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_d (lapack_int size, float *d) |
static void | init_e (lapack_int size, float *e) |
static void | init_scalars_chetrd (char *uplo, lapack_int *n, 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_chetrd | ( | lapack_complex_float * | a, |
lapack_complex_float * | a_i, | ||
float * | d, | ||
float * | d_i, | ||
float * | e, | ||
float * | e_i, | ||
lapack_complex_float * | tau, | ||
lapack_complex_float * | tau_i, | ||
lapack_int | info, | ||
lapack_int | info_i, | ||
lapack_int | lda, | ||
lapack_int | n | ||
) | [static] |
Definition at line 388 of file chetrd_3.c.
static void init_a | ( | lapack_int | size, |
lapack_complex_float * | a | ||
) | [static] |
Definition at line 339 of file chetrd_3.c.
static void init_d | ( | lapack_int | size, |
float * | d | ||
) | [static] |
Definition at line 361 of file chetrd_3.c.
static void init_e | ( | lapack_int | size, |
float * | e | ||
) | [static] |
Definition at line 367 of file chetrd_3.c.
static void init_scalars_chetrd | ( | char * | uplo, |
lapack_int * | n, | ||
lapack_int * | lda, | ||
lapack_int * | lwork | ||
) | [static] |
Definition at line 327 of file chetrd_3.c.
static void init_tau | ( | lapack_int | size, |
lapack_complex_float * | tau | ||
) | [static] |
Definition at line 373 of file chetrd_3.c.
static void init_work | ( | lapack_int | size, |
lapack_complex_float * | work | ||
) | [static] |
Definition at line 379 of file chetrd_3.c.
int main | ( | void | ) |
Definition at line 67 of file chetrd_3.c.