Go to the source code of this file.
Functions | |
static int | compare_zhegst (lapack_complex_double *a, lapack_complex_double *a_i, lapack_int info, lapack_int info_i, lapack_int lda, lapack_int n) |
static void | init_a (lapack_int size, lapack_complex_double *a) |
static void | init_b (lapack_int size, lapack_complex_double *b) |
static void | init_scalars_zhegst (lapack_int *itype, char *uplo, lapack_int *n, lapack_int *lda, lapack_int *ldb) |
int | main (void) |
static int compare_zhegst | ( | lapack_complex_double * | a, |
lapack_complex_double * | a_i, | ||
lapack_int | info, | ||
lapack_int | info_i, | ||
lapack_int | lda, | ||
lapack_int | n | ||
) | [static] |
Definition at line 329 of file zhegst_1.c.
static void init_a | ( | lapack_int | size, |
lapack_complex_double * | a | ||
) | [static] |
Definition at line 250 of file zhegst_1.c.
static void init_b | ( | lapack_int | size, |
lapack_complex_double * | b | ||
) | [static] |
Definition at line 288 of file zhegst_1.c.
static void init_scalars_zhegst | ( | lapack_int * | itype, |
char * | uplo, | ||
lapack_int * | n, | ||
lapack_int * | lda, | ||
lapack_int * | ldb | ||
) | [static] |
Definition at line 237 of file zhegst_1.c.
int main | ( | void | ) |
Definition at line 62 of file zhegst_1.c.