Go to the source code of this file.
Functions | |
static int | compare_cpptrs (lapack_complex_float *b, lapack_complex_float *b_i, lapack_int info, lapack_int info_i, lapack_int ldb, lapack_int nrhs) |
static void | init_ap (lapack_int size, lapack_complex_float *ap) |
static void | init_b (lapack_int size, lapack_complex_float *b) |
static void | init_scalars_cpptrs (char *uplo, lapack_int *n, lapack_int *nrhs, lapack_int *ldb) |
int | main (void) |
static int compare_cpptrs | ( | lapack_complex_float * | b, |
lapack_complex_float * | b_i, | ||
lapack_int | info, | ||
lapack_int | info_i, | ||
lapack_int | ldb, | ||
lapack_int | nrhs | ||
) | [static] |
Definition at line 278 of file cpptrs_1.c.
static void init_ap | ( | lapack_int | size, |
lapack_complex_float * | ap | ||
) | [static] |
Definition at line 245 of file cpptrs_1.c.
static void init_b | ( | lapack_int | size, |
lapack_complex_float * | b | ||
) | [static] |
Definition at line 261 of file cpptrs_1.c.
static void init_scalars_cpptrs | ( | char * | uplo, |
lapack_int * | n, | ||
lapack_int * | nrhs, | ||
lapack_int * | ldb | ||
) | [static] |
Definition at line 233 of file cpptrs_1.c.
int main | ( | void | ) |
Definition at line 62 of file cpptrs_1.c.