Go to the source code of this file.
Functions | |
static int | compare_chpgst (lapack_complex_float *ap, lapack_complex_float *ap_i, lapack_int info, lapack_int info_i, lapack_int n) |
static void | init_ap (lapack_int size, lapack_complex_float *ap) |
static void | init_bp (lapack_int size, lapack_complex_float *bp) |
static void | init_scalars_chpgst (lapack_int *itype, char *uplo, lapack_int *n) |
int | main (void) |
static int compare_chpgst | ( | lapack_complex_float * | ap, |
lapack_complex_float * | ap_i, | ||
lapack_int | info, | ||
lapack_int | info_i, | ||
lapack_int | n | ||
) | [static] |
Definition at line 272 of file chpgst_1.c.
static void init_ap | ( | lapack_int | size, |
lapack_complex_float * | ap | ||
) | [static] |
Definition at line 237 of file chpgst_1.c.
static void init_bp | ( | lapack_int | size, |
lapack_complex_float * | bp | ||
) | [static] |
Definition at line 253 of file chpgst_1.c.
static void init_scalars_chpgst | ( | lapack_int * | itype, |
char * | uplo, | ||
lapack_int * | n | ||
) | [static] |
Definition at line 227 of file chpgst_1.c.
int main | ( | void | ) |
Definition at line 60 of file chpgst_1.c.