Go to the source code of this file.
Functions | |
void | F77_zgbmv (int *order, 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_zgemv (int *order, 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_zgerc (int *order, 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_zgeru (int *order, 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_zhbmv (int *order, 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_zhemv (int *order, 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_zher (int *order, char *uplow, int *n, double *alpha, CBLAS_TEST_ZOMPLEX *x, int *incx, CBLAS_TEST_ZOMPLEX *a, int *lda) |
void | F77_zher2 (int *order, 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_zhpmv (int *order, 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_zhpr (int *order, char *uplow, int *n, double *alpha, CBLAS_TEST_ZOMPLEX *x, int *incx, CBLAS_TEST_ZOMPLEX *ap) |
void | F77_zhpr2 (int *order, 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_ztbmv (int *order, 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 *order, 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 *order, char *uplow, char *transp, char *diagn, int *n, CBLAS_TEST_ZOMPLEX *ap, CBLAS_TEST_ZOMPLEX *x, int *incx) |
void | F77_ztpsv (int *order, char *uplow, char *transp, char *diagn, int *n, CBLAS_TEST_ZOMPLEX *ap, CBLAS_TEST_ZOMPLEX *x, int *incx) |
void | F77_ztrmv (int *order, char *uplow, char *transp, char *diagn, int *n, CBLAS_TEST_ZOMPLEX *a, int *lda, CBLAS_TEST_ZOMPLEX *x, int *incx) |
void | F77_ztrsv (int *order, char *uplow, char *transp, char *diagn, int *n, CBLAS_TEST_ZOMPLEX *a, int *lda, CBLAS_TEST_ZOMPLEX *x, int *incx) |
void F77_zgbmv | ( | int * | order, |
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 * | order, |
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 * | order, |
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 * | order, |
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 * | order, |
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 * | order, |
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 * | order, |
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 * | order, |
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 * | order, |
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 * | order, |
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 * | order, |
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 * | order, |
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 * | order, |
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 * | order, |
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 * | order, |
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 * | order, |
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 * | order, |
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.