Go to the source code of this file.
Functions | |
static int | compare_csytrf (lapack_complex_float *a, lapack_complex_float *a_i, lapack_int *ipiv, lapack_int *ipiv_i, lapack_int info, lapack_int info_i, lapack_int lda, lapack_int n) |
static void | init_a (lapack_int size, lapack_complex_float *a) |
static void | init_ipiv (lapack_int size, lapack_int *ipiv) |
static void | init_scalars_csytrf (char *uplo, lapack_int *n, lapack_int *lda, lapack_int *lwork) |
static void | init_work (lapack_int size, lapack_complex_float *work) |
int | main (void) |
static int compare_csytrf | ( | lapack_complex_float * | a, |
lapack_complex_float * | a_i, | ||
lapack_int * | ipiv, | ||
lapack_int * | ipiv_i, | ||
lapack_int | info, | ||
lapack_int | info_i, | ||
lapack_int | lda, | ||
lapack_int | n | ||
) | [static] |
Definition at line 306 of file csytrf_1.c.
static void init_a | ( | lapack_int | size, |
lapack_complex_float * | a | ||
) | [static] |
Definition at line 269 of file csytrf_1.c.
static void init_ipiv | ( | lapack_int | size, |
lapack_int * | ipiv | ||
) | [static] |
Definition at line 291 of file csytrf_1.c.
static void init_scalars_csytrf | ( | char * | uplo, |
lapack_int * | n, | ||
lapack_int * | lda, | ||
lapack_int * | lwork | ||
) | [static] |
Definition at line 257 of file csytrf_1.c.
static void init_work | ( | lapack_int | size, |
lapack_complex_float * | work | ||
) | [static] |
Definition at line 297 of file csytrf_1.c.
int main | ( | void | ) |
Definition at line 64 of file csytrf_1.c.