Go to the source code of this file.
Functions | |
| void | F77_zgemv (int *layout, char *transp, int *m, int *n, const void *alpha, CBLAS_TEST_ZOMPLEX *a, int *lda, const void *x, int *incx, const void *beta, void *y, int *incy) |
| void | F77_zgbmv (int *layout, char *transp, int *m, int *n, int *kl, int *ku, CBLAS_TEST_ZOMPLEX *alpha, CBLAS_TEST_ZOMPLEX *a, int *lda, CBLAS_TEST_ZOMPLEX *x, int *incx, CBLAS_TEST_ZOMPLEX *beta, CBLAS_TEST_ZOMPLEX *y, int *incy) |
| void | F77_zgeru (int *layout, int *m, int *n, CBLAS_TEST_ZOMPLEX *alpha, CBLAS_TEST_ZOMPLEX *x, int *incx, CBLAS_TEST_ZOMPLEX *y, int *incy, CBLAS_TEST_ZOMPLEX *a, int *lda) |
| void | F77_zgerc (int *layout, int *m, int *n, CBLAS_TEST_ZOMPLEX *alpha, CBLAS_TEST_ZOMPLEX *x, int *incx, CBLAS_TEST_ZOMPLEX *y, int *incy, CBLAS_TEST_ZOMPLEX *a, int *lda) |
| void | F77_zhemv (int *layout, char *uplow, int *n, CBLAS_TEST_ZOMPLEX *alpha, CBLAS_TEST_ZOMPLEX *a, int *lda, CBLAS_TEST_ZOMPLEX *x, int *incx, CBLAS_TEST_ZOMPLEX *beta, CBLAS_TEST_ZOMPLEX *y, int *incy) |
| void | F77_zhbmv (int *layout, char *uplow, int *n, int *k, CBLAS_TEST_ZOMPLEX *alpha, CBLAS_TEST_ZOMPLEX *a, int *lda, CBLAS_TEST_ZOMPLEX *x, int *incx, CBLAS_TEST_ZOMPLEX *beta, CBLAS_TEST_ZOMPLEX *y, int *incy) |
| void | F77_zhpmv (int *layout, char *uplow, int *n, CBLAS_TEST_ZOMPLEX *alpha, CBLAS_TEST_ZOMPLEX *ap, CBLAS_TEST_ZOMPLEX *x, int *incx, CBLAS_TEST_ZOMPLEX *beta, CBLAS_TEST_ZOMPLEX *y, int *incy) |
| void | F77_ztbmv (int *layout, char *uplow, char *transp, char *diagn, int *n, int *k, CBLAS_TEST_ZOMPLEX *a, int *lda, CBLAS_TEST_ZOMPLEX *x, int *incx) |
| void | F77_ztbsv (int *layout, char *uplow, char *transp, char *diagn, int *n, int *k, CBLAS_TEST_ZOMPLEX *a, int *lda, CBLAS_TEST_ZOMPLEX *x, int *incx) |
| void | F77_ztpmv (int *layout, char *uplow, char *transp, char *diagn, int *n, CBLAS_TEST_ZOMPLEX *ap, CBLAS_TEST_ZOMPLEX *x, int *incx) |
| void | F77_ztpsv (int *layout, char *uplow, char *transp, char *diagn, int *n, CBLAS_TEST_ZOMPLEX *ap, CBLAS_TEST_ZOMPLEX *x, int *incx) |
| void | F77_ztrmv (int *layout, char *uplow, char *transp, char *diagn, int *n, CBLAS_TEST_ZOMPLEX *a, int *lda, CBLAS_TEST_ZOMPLEX *x, int *incx) |
| void | F77_ztrsv (int *layout, char *uplow, char *transp, char *diagn, int *n, CBLAS_TEST_ZOMPLEX *a, int *lda, CBLAS_TEST_ZOMPLEX *x, int *incx) |
| void | F77_zhpr (int *layout, char *uplow, int *n, double *alpha, CBLAS_TEST_ZOMPLEX *x, int *incx, CBLAS_TEST_ZOMPLEX *ap) |
| void | F77_zhpr2 (int *layout, char *uplow, int *n, CBLAS_TEST_ZOMPLEX *alpha, CBLAS_TEST_ZOMPLEX *x, int *incx, CBLAS_TEST_ZOMPLEX *y, int *incy, CBLAS_TEST_ZOMPLEX *ap) |
| void | F77_zher (int *layout, char *uplow, int *n, double *alpha, CBLAS_TEST_ZOMPLEX *x, int *incx, CBLAS_TEST_ZOMPLEX *a, int *lda) |
| void | F77_zher2 (int *layout, char *uplow, int *n, CBLAS_TEST_ZOMPLEX *alpha, CBLAS_TEST_ZOMPLEX *x, int *incx, CBLAS_TEST_ZOMPLEX *y, int *incy, CBLAS_TEST_ZOMPLEX *a, int *lda) |
| void F77_zgbmv | ( | int * | layout, |
| char * | transp, | ||
| int * | m, | ||
| int * | n, | ||
| int * | kl, | ||
| int * | ku, | ||
| CBLAS_TEST_ZOMPLEX * | alpha, | ||
| CBLAS_TEST_ZOMPLEX * | a, | ||
| int * | lda, | ||
| CBLAS_TEST_ZOMPLEX * | x, | ||
| int * | incx, | ||
| CBLAS_TEST_ZOMPLEX * | beta, | ||
| CBLAS_TEST_ZOMPLEX * | y, | ||
| int * | incy ) |
Definition at line 41 of file c_zblas2.c.
| void F77_zgemv | ( | int * | layout, |
| char * | transp, | ||
| int * | m, | ||
| int * | n, | ||
| const void * | alpha, | ||
| CBLAS_TEST_ZOMPLEX * | a, | ||
| int * | lda, | ||
| const void * | x, | ||
| int * | incx, | ||
| const void * | beta, | ||
| void * | y, | ||
| int * | incy ) |
Definition at line 11 of file c_zblas2.c.
| void F77_zgerc | ( | int * | layout, |
| int * | m, | ||
| int * | n, | ||
| CBLAS_TEST_ZOMPLEX * | alpha, | ||
| CBLAS_TEST_ZOMPLEX * | x, | ||
| int * | incx, | ||
| CBLAS_TEST_ZOMPLEX * | y, | ||
| int * | incy, | ||
| CBLAS_TEST_ZOMPLEX * | a, | ||
| int * | lda ) |
Definition at line 117 of file c_zblas2.c.
| void F77_zgeru | ( | int * | layout, |
| int * | m, | ||
| int * | n, | ||
| CBLAS_TEST_ZOMPLEX * | alpha, | ||
| CBLAS_TEST_ZOMPLEX * | x, | ||
| int * | incx, | ||
| CBLAS_TEST_ZOMPLEX * | y, | ||
| int * | incy, | ||
| CBLAS_TEST_ZOMPLEX * | a, | ||
| int * | lda ) |
Definition at line 88 of file c_zblas2.c.
| void F77_zhbmv | ( | int * | layout, |
| char * | uplow, | ||
| int * | n, | ||
| int * | k, | ||
| CBLAS_TEST_ZOMPLEX * | alpha, | ||
| CBLAS_TEST_ZOMPLEX * | a, | ||
| int * | lda, | ||
| CBLAS_TEST_ZOMPLEX * | x, | ||
| int * | incx, | ||
| CBLAS_TEST_ZOMPLEX * | beta, | ||
| CBLAS_TEST_ZOMPLEX * | y, | ||
| int * | incy ) |
Definition at line 175 of file c_zblas2.c.
| void F77_zhemv | ( | int * | layout, |
| char * | uplow, | ||
| int * | n, | ||
| CBLAS_TEST_ZOMPLEX * | alpha, | ||
| CBLAS_TEST_ZOMPLEX * | a, | ||
| int * | lda, | ||
| CBLAS_TEST_ZOMPLEX * | x, | ||
| int * | incx, | ||
| CBLAS_TEST_ZOMPLEX * | beta, | ||
| CBLAS_TEST_ZOMPLEX * | y, | ||
| int * | incy ) |
Definition at line 145 of file c_zblas2.c.
| void F77_zher | ( | int * | layout, |
| char * | uplow, | ||
| int * | n, | ||
| double * | alpha, | ||
| CBLAS_TEST_ZOMPLEX * | x, | ||
| int * | incx, | ||
| CBLAS_TEST_ZOMPLEX * | a, | ||
| int * | lda ) |
Definition at line 743 of file c_zblas2.c.
| void F77_zher2 | ( | int * | layout, |
| char * | uplow, | ||
| int * | n, | ||
| CBLAS_TEST_ZOMPLEX * | alpha, | ||
| CBLAS_TEST_ZOMPLEX * | x, | ||
| int * | incx, | ||
| CBLAS_TEST_ZOMPLEX * | y, | ||
| int * | incy, | ||
| CBLAS_TEST_ZOMPLEX * | a, | ||
| int * | lda ) |
Definition at line 775 of file c_zblas2.c.
| void F77_zhpmv | ( | int * | layout, |
| char * | uplow, | ||
| int * | n, | ||
| CBLAS_TEST_ZOMPLEX * | alpha, | ||
| CBLAS_TEST_ZOMPLEX * | ap, | ||
| CBLAS_TEST_ZOMPLEX * | x, | ||
| int * | incx, | ||
| CBLAS_TEST_ZOMPLEX * | beta, | ||
| CBLAS_TEST_ZOMPLEX * | y, | ||
| int * | incy ) |
Definition at line 239 of file c_zblas2.c.
| void F77_zhpr | ( | int * | layout, |
| char * | uplow, | ||
| int * | n, | ||
| double * | alpha, | ||
| CBLAS_TEST_ZOMPLEX * | x, | ||
| int * | incx, | ||
| CBLAS_TEST_ZOMPLEX * | ap ) |
Definition at line 591 of file c_zblas2.c.
| void F77_zhpr2 | ( | int * | layout, |
| char * | uplow, | ||
| int * | n, | ||
| CBLAS_TEST_ZOMPLEX * | alpha, | ||
| CBLAS_TEST_ZOMPLEX * | x, | ||
| int * | incx, | ||
| CBLAS_TEST_ZOMPLEX * | y, | ||
| int * | incy, | ||
| CBLAS_TEST_ZOMPLEX * | ap ) |
Definition at line 666 of file c_zblas2.c.
| void F77_ztbmv | ( | int * | layout, |
| char * | uplow, | ||
| char * | transp, | ||
| char * | diagn, | ||
| int * | n, | ||
| int * | k, | ||
| CBLAS_TEST_ZOMPLEX * | a, | ||
| int * | lda, | ||
| CBLAS_TEST_ZOMPLEX * | x, | ||
| int * | incx ) |
Definition at line 295 of file c_zblas2.c.
| void F77_ztbsv | ( | int * | layout, |
| char * | uplow, | ||
| char * | transp, | ||
| char * | diagn, | ||
| int * | n, | ||
| int * | k, | ||
| CBLAS_TEST_ZOMPLEX * | a, | ||
| int * | lda, | ||
| CBLAS_TEST_ZOMPLEX * | x, | ||
| int * | incx ) |
Definition at line 358 of file c_zblas2.c.
| void F77_ztpmv | ( | int * | layout, |
| char * | uplow, | ||
| char * | transp, | ||
| char * | diagn, | ||
| int * | n, | ||
| CBLAS_TEST_ZOMPLEX * | ap, | ||
| CBLAS_TEST_ZOMPLEX * | x, | ||
| int * | incx ) |
Definition at line 422 of file c_zblas2.c.
| void F77_ztpsv | ( | int * | layout, |
| char * | uplow, | ||
| char * | transp, | ||
| char * | diagn, | ||
| int * | n, | ||
| CBLAS_TEST_ZOMPLEX * | ap, | ||
| CBLAS_TEST_ZOMPLEX * | x, | ||
| int * | incx ) |
Definition at line 477 of file c_zblas2.c.
| void F77_ztrmv | ( | int * | layout, |
| char * | uplow, | ||
| char * | transp, | ||
| char * | diagn, | ||
| int * | n, | ||
| CBLAS_TEST_ZOMPLEX * | a, | ||
| int * | lda, | ||
| CBLAS_TEST_ZOMPLEX * | x, | ||
| int * | incx ) |
Definition at line 532 of file c_zblas2.c.
| void F77_ztrsv | ( | int * | layout, |
| char * | uplow, | ||
| char * | transp, | ||
| char * | diagn, | ||
| int * | n, | ||
| CBLAS_TEST_ZOMPLEX * | a, | ||
| int * | lda, | ||
| CBLAS_TEST_ZOMPLEX * | x, | ||
| int * | incx ) |
Definition at line 561 of file c_zblas2.c.