Go to the source code of this file.
Functions | |
static int | compare_zsytrs (lapack_complex_double *b, lapack_complex_double *b_i, lapack_int info, lapack_int info_i, lapack_int ldb, lapack_int nrhs) |
static void | init_a (lapack_int size, lapack_complex_double *a) |
static void | init_b (lapack_int size, lapack_complex_double *b) |
static void | init_ipiv (lapack_int size, lapack_int *ipiv) |
static void | init_scalars_zsytrs (char *uplo, lapack_int *n, lapack_int *nrhs, lapack_int *lda, lapack_int *ldb) |
int | main (void) |
static int compare_zsytrs | ( | lapack_complex_double * | b, |
lapack_complex_double * | b_i, | ||
lapack_int | info, | ||
lapack_int | info_i, | ||
lapack_int | ldb, | ||
lapack_int | nrhs | ||
) | [static] |
Definition at line 346 of file zsytrs_1.c.
static void init_a | ( | lapack_int | size, |
lapack_complex_double * | a | ||
) | [static] |
Definition at line 273 of file zsytrs_1.c.
static void init_b | ( | lapack_int | size, |
lapack_complex_double * | b | ||
) | [static] |
Definition at line 321 of file zsytrs_1.c.
static void init_ipiv | ( | lapack_int | size, |
lapack_int * | ipiv | ||
) | [static] |
Definition at line 311 of file zsytrs_1.c.
static void init_scalars_zsytrs | ( | char * | uplo, |
lapack_int * | n, | ||
lapack_int * | nrhs, | ||
lapack_int * | lda, | ||
lapack_int * | ldb | ||
) | [static] |
Definition at line 260 of file zsytrs_1.c.
int main | ( | void | ) |
Definition at line 63 of file zsytrs_1.c.