Go to the source code of this file.
Functions | |
| void | F77_cgemv (int *layout, char *transp, int *m, int *n, const void *alpha, CBLAS_TEST_COMPLEX *a, int *lda, const void *x, int *incx, const void *beta, void *y, int *incy) |
| void | F77_cgbmv (int *layout, char *transp, int *m, int *n, int *kl, int *ku, CBLAS_TEST_COMPLEX *alpha, CBLAS_TEST_COMPLEX *a, int *lda, CBLAS_TEST_COMPLEX *x, int *incx, CBLAS_TEST_COMPLEX *beta, CBLAS_TEST_COMPLEX *y, int *incy) |
| void | F77_cgeru (int *layout, int *m, int *n, CBLAS_TEST_COMPLEX *alpha, CBLAS_TEST_COMPLEX *x, int *incx, CBLAS_TEST_COMPLEX *y, int *incy, CBLAS_TEST_COMPLEX *a, int *lda) |
| void | F77_cgerc (int *layout, int *m, int *n, CBLAS_TEST_COMPLEX *alpha, CBLAS_TEST_COMPLEX *x, int *incx, CBLAS_TEST_COMPLEX *y, int *incy, CBLAS_TEST_COMPLEX *a, int *lda) |
| void | F77_chemv (int *layout, char *uplow, int *n, CBLAS_TEST_COMPLEX *alpha, CBLAS_TEST_COMPLEX *a, int *lda, CBLAS_TEST_COMPLEX *x, int *incx, CBLAS_TEST_COMPLEX *beta, CBLAS_TEST_COMPLEX *y, int *incy) |
| void | F77_chbmv (int *layout, char *uplow, int *n, int *k, CBLAS_TEST_COMPLEX *alpha, CBLAS_TEST_COMPLEX *a, int *lda, CBLAS_TEST_COMPLEX *x, int *incx, CBLAS_TEST_COMPLEX *beta, CBLAS_TEST_COMPLEX *y, int *incy) |
| void | F77_chpmv (int *layout, char *uplow, int *n, CBLAS_TEST_COMPLEX *alpha, CBLAS_TEST_COMPLEX *ap, CBLAS_TEST_COMPLEX *x, int *incx, CBLAS_TEST_COMPLEX *beta, CBLAS_TEST_COMPLEX *y, int *incy) |
| void | F77_ctbmv (int *layout, char *uplow, char *transp, char *diagn, int *n, int *k, CBLAS_TEST_COMPLEX *a, int *lda, CBLAS_TEST_COMPLEX *x, int *incx) |
| void | F77_ctbsv (int *layout, char *uplow, char *transp, char *diagn, int *n, int *k, CBLAS_TEST_COMPLEX *a, int *lda, CBLAS_TEST_COMPLEX *x, int *incx) |
| void | F77_ctpmv (int *layout, char *uplow, char *transp, char *diagn, int *n, CBLAS_TEST_COMPLEX *ap, CBLAS_TEST_COMPLEX *x, int *incx) |
| void | F77_ctpsv (int *layout, char *uplow, char *transp, char *diagn, int *n, CBLAS_TEST_COMPLEX *ap, CBLAS_TEST_COMPLEX *x, int *incx) |
| void | F77_ctrmv (int *layout, char *uplow, char *transp, char *diagn, int *n, CBLAS_TEST_COMPLEX *a, int *lda, CBLAS_TEST_COMPLEX *x, int *incx) |
| void | F77_ctrsv (int *layout, char *uplow, char *transp, char *diagn, int *n, CBLAS_TEST_COMPLEX *a, int *lda, CBLAS_TEST_COMPLEX *x, int *incx) |
| void | F77_chpr (int *layout, char *uplow, int *n, float *alpha, CBLAS_TEST_COMPLEX *x, int *incx, CBLAS_TEST_COMPLEX *ap) |
| void | F77_chpr2 (int *layout, char *uplow, int *n, CBLAS_TEST_COMPLEX *alpha, CBLAS_TEST_COMPLEX *x, int *incx, CBLAS_TEST_COMPLEX *y, int *incy, CBLAS_TEST_COMPLEX *ap) |
| void | F77_cher (int *layout, char *uplow, int *n, float *alpha, CBLAS_TEST_COMPLEX *x, int *incx, CBLAS_TEST_COMPLEX *a, int *lda) |
| void | F77_cher2 (int *layout, char *uplow, int *n, CBLAS_TEST_COMPLEX *alpha, CBLAS_TEST_COMPLEX *x, int *incx, CBLAS_TEST_COMPLEX *y, int *incy, CBLAS_TEST_COMPLEX *a, int *lda) |
| void F77_cgbmv | ( | int * | layout, |
| char * | transp, | ||
| int * | m, | ||
| int * | n, | ||
| int * | kl, | ||
| int * | ku, | ||
| CBLAS_TEST_COMPLEX * | alpha, | ||
| CBLAS_TEST_COMPLEX * | a, | ||
| int * | lda, | ||
| CBLAS_TEST_COMPLEX * | x, | ||
| int * | incx, | ||
| CBLAS_TEST_COMPLEX * | beta, | ||
| CBLAS_TEST_COMPLEX * | y, | ||
| int * | incy ) |
Definition at line 41 of file c_cblas2.c.
| void F77_cgemv | ( | int * | layout, |
| char * | transp, | ||
| int * | m, | ||
| int * | n, | ||
| const void * | alpha, | ||
| CBLAS_TEST_COMPLEX * | a, | ||
| int * | lda, | ||
| const void * | x, | ||
| int * | incx, | ||
| const void * | beta, | ||
| void * | y, | ||
| int * | incy ) |
Definition at line 11 of file c_cblas2.c.
| void F77_cgerc | ( | int * | layout, |
| int * | m, | ||
| int * | n, | ||
| CBLAS_TEST_COMPLEX * | alpha, | ||
| CBLAS_TEST_COMPLEX * | x, | ||
| int * | incx, | ||
| CBLAS_TEST_COMPLEX * | y, | ||
| int * | incy, | ||
| CBLAS_TEST_COMPLEX * | a, | ||
| int * | lda ) |
Definition at line 117 of file c_cblas2.c.
| void F77_cgeru | ( | int * | layout, |
| int * | m, | ||
| int * | n, | ||
| CBLAS_TEST_COMPLEX * | alpha, | ||
| CBLAS_TEST_COMPLEX * | x, | ||
| int * | incx, | ||
| CBLAS_TEST_COMPLEX * | y, | ||
| int * | incy, | ||
| CBLAS_TEST_COMPLEX * | a, | ||
| int * | lda ) |
Definition at line 88 of file c_cblas2.c.
| void F77_chbmv | ( | int * | layout, |
| char * | uplow, | ||
| int * | n, | ||
| int * | k, | ||
| CBLAS_TEST_COMPLEX * | alpha, | ||
| CBLAS_TEST_COMPLEX * | a, | ||
| int * | lda, | ||
| CBLAS_TEST_COMPLEX * | x, | ||
| int * | incx, | ||
| CBLAS_TEST_COMPLEX * | beta, | ||
| CBLAS_TEST_COMPLEX * | y, | ||
| int * | incy ) |
Definition at line 175 of file c_cblas2.c.
| void F77_chemv | ( | int * | layout, |
| char * | uplow, | ||
| int * | n, | ||
| CBLAS_TEST_COMPLEX * | alpha, | ||
| CBLAS_TEST_COMPLEX * | a, | ||
| int * | lda, | ||
| CBLAS_TEST_COMPLEX * | x, | ||
| int * | incx, | ||
| CBLAS_TEST_COMPLEX * | beta, | ||
| CBLAS_TEST_COMPLEX * | y, | ||
| int * | incy ) |
Definition at line 145 of file c_cblas2.c.
| void F77_cher | ( | int * | layout, |
| char * | uplow, | ||
| int * | n, | ||
| float * | alpha, | ||
| CBLAS_TEST_COMPLEX * | x, | ||
| int * | incx, | ||
| CBLAS_TEST_COMPLEX * | a, | ||
| int * | lda ) |
Definition at line 743 of file c_cblas2.c.
| void F77_cher2 | ( | int * | layout, |
| char * | uplow, | ||
| int * | n, | ||
| CBLAS_TEST_COMPLEX * | alpha, | ||
| CBLAS_TEST_COMPLEX * | x, | ||
| int * | incx, | ||
| CBLAS_TEST_COMPLEX * | y, | ||
| int * | incy, | ||
| CBLAS_TEST_COMPLEX * | a, | ||
| int * | lda ) |
Definition at line 775 of file c_cblas2.c.
| void F77_chpmv | ( | int * | layout, |
| char * | uplow, | ||
| int * | n, | ||
| CBLAS_TEST_COMPLEX * | alpha, | ||
| CBLAS_TEST_COMPLEX * | ap, | ||
| CBLAS_TEST_COMPLEX * | x, | ||
| int * | incx, | ||
| CBLAS_TEST_COMPLEX * | beta, | ||
| CBLAS_TEST_COMPLEX * | y, | ||
| int * | incy ) |
Definition at line 239 of file c_cblas2.c.
| void F77_chpr | ( | int * | layout, |
| char * | uplow, | ||
| int * | n, | ||
| float * | alpha, | ||
| CBLAS_TEST_COMPLEX * | x, | ||
| int * | incx, | ||
| CBLAS_TEST_COMPLEX * | ap ) |
Definition at line 591 of file c_cblas2.c.
| void F77_chpr2 | ( | int * | layout, |
| char * | uplow, | ||
| int * | n, | ||
| CBLAS_TEST_COMPLEX * | alpha, | ||
| CBLAS_TEST_COMPLEX * | x, | ||
| int * | incx, | ||
| CBLAS_TEST_COMPLEX * | y, | ||
| int * | incy, | ||
| CBLAS_TEST_COMPLEX * | ap ) |
Definition at line 666 of file c_cblas2.c.
| void F77_ctbmv | ( | int * | layout, |
| char * | uplow, | ||
| char * | transp, | ||
| char * | diagn, | ||
| int * | n, | ||
| int * | k, | ||
| CBLAS_TEST_COMPLEX * | a, | ||
| int * | lda, | ||
| CBLAS_TEST_COMPLEX * | x, | ||
| int * | incx ) |
Definition at line 295 of file c_cblas2.c.
| void F77_ctbsv | ( | int * | layout, |
| char * | uplow, | ||
| char * | transp, | ||
| char * | diagn, | ||
| int * | n, | ||
| int * | k, | ||
| CBLAS_TEST_COMPLEX * | a, | ||
| int * | lda, | ||
| CBLAS_TEST_COMPLEX * | x, | ||
| int * | incx ) |
Definition at line 358 of file c_cblas2.c.
| void F77_ctpmv | ( | int * | layout, |
| char * | uplow, | ||
| char * | transp, | ||
| char * | diagn, | ||
| int * | n, | ||
| CBLAS_TEST_COMPLEX * | ap, | ||
| CBLAS_TEST_COMPLEX * | x, | ||
| int * | incx ) |
Definition at line 422 of file c_cblas2.c.
| void F77_ctpsv | ( | int * | layout, |
| char * | uplow, | ||
| char * | transp, | ||
| char * | diagn, | ||
| int * | n, | ||
| CBLAS_TEST_COMPLEX * | ap, | ||
| CBLAS_TEST_COMPLEX * | x, | ||
| int * | incx ) |
Definition at line 477 of file c_cblas2.c.
| void F77_ctrmv | ( | int * | layout, |
| char * | uplow, | ||
| char * | transp, | ||
| char * | diagn, | ||
| int * | n, | ||
| CBLAS_TEST_COMPLEX * | a, | ||
| int * | lda, | ||
| CBLAS_TEST_COMPLEX * | x, | ||
| int * | incx ) |
Definition at line 532 of file c_cblas2.c.
| void F77_ctrsv | ( | int * | layout, |
| char * | uplow, | ||
| char * | transp, | ||
| char * | diagn, | ||
| int * | n, | ||
| CBLAS_TEST_COMPLEX * | a, | ||
| int * | lda, | ||
| CBLAS_TEST_COMPLEX * | x, | ||
| int * | incx ) |
Definition at line 561 of file c_cblas2.c.