
Go to the source code of this file.
Functions | |
| static int | compare_zpotrf (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_scalars_zpotrf (char *uplo, lapack_int *n, lapack_int *lda) |
| int | main (void) |
| static int compare_zpotrf | ( | 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 244 of file zpotrf_1.c.
| static void init_a | ( | lapack_int | size, |
| lapack_complex_double * | a | ||
| ) | [static] |
Definition at line 203 of file zpotrf_1.c.
| static void init_scalars_zpotrf | ( | char * | uplo, |
| lapack_int * | n, | ||
| lapack_int * | lda | ||
| ) | [static] |
Definition at line 193 of file zpotrf_1.c.
| int main | ( | void | ) |
Definition at line 60 of file zpotrf_1.c.