
Go to the source code of this file.
Functions | |
| static int | compare_csytrs (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_a (lapack_int size, lapack_complex_float *a) |
| static void | init_b (lapack_int size, lapack_complex_float *b) |
| static void | init_ipiv (lapack_int size, lapack_int *ipiv) |
| static void | init_scalars_csytrs (char *uplo, lapack_int *n, lapack_int *nrhs, lapack_int *lda, lapack_int *ldb) |
| int | main (void) |
| static int compare_csytrs | ( | 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 322 of file csytrs_1.c.
| static void init_a | ( | lapack_int | size, |
| lapack_complex_float * | a | ||
| ) | [static] |
Definition at line 273 of file csytrs_1.c.
| static void init_b | ( | lapack_int | size, |
| lapack_complex_float * | b | ||
| ) | [static] |
Definition at line 305 of file csytrs_1.c.
| static void init_ipiv | ( | lapack_int | size, |
| lapack_int * | ipiv | ||
| ) | [static] |
Definition at line 295 of file csytrs_1.c.
| static void init_scalars_csytrs | ( | char * | uplo, |
| lapack_int * | n, | ||
| lapack_int * | nrhs, | ||
| lapack_int * | lda, | ||
| lapack_int * | ldb | ||
| ) | [static] |
Definition at line 260 of file csytrs_1.c.
| int main | ( | void | ) |
Definition at line 63 of file csytrs_1.c.