Go to the source code of this file.
Functions | |
static int | compare_zsptrf (lapack_complex_double *ap, lapack_complex_double *ap_i, lapack_int *ipiv, lapack_int *ipiv_i, lapack_int info, lapack_int info_i, lapack_int n) |
static void | init_ap (lapack_int size, lapack_complex_double *ap) |
static void | init_ipiv (lapack_int size, lapack_int *ipiv) |
static void | init_scalars_zsptrf (char *uplo, lapack_int *n) |
int | main (void) |
static int compare_zsptrf | ( | lapack_complex_double * | ap, |
lapack_complex_double * | ap_i, | ||
lapack_int * | ipiv, | ||
lapack_int * | ipiv_i, | ||
lapack_int | info, | ||
lapack_int | info_i, | ||
lapack_int | n | ||
) | [static] |
Definition at line 265 of file zsptrf_1.c.
static void init_ap | ( | lapack_int | size, |
lapack_complex_double * | ap | ||
) | [static] |
Definition at line 230 of file zsptrf_1.c.
static void init_ipiv | ( | lapack_int | size, |
lapack_int * | ipiv | ||
) | [static] |
Definition at line 256 of file zsptrf_1.c.
static void init_scalars_zsptrf | ( | char * | uplo, |
lapack_int * | n | ||
) | [static] |
Definition at line 221 of file zsptrf_1.c.
int main | ( | void | ) |
Definition at line 62 of file zsptrf_1.c.