Go to the source code of this file.
Functions | |
void | F77_cgbmv (int *order, 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_cgemv (int *order, 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_cgerc (int *order, 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_cgeru (int *order, 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_chbmv (int *order, 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_chemv (int *order, 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_cher (int *order, char *uplow, int *n, float *alpha, CBLAS_TEST_COMPLEX *x, int *incx, CBLAS_TEST_COMPLEX *a, int *lda) |
void | F77_cher2 (int *order, 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_chpmv (int *order, 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_chpr (int *order, char *uplow, int *n, float *alpha, CBLAS_TEST_COMPLEX *x, int *incx, CBLAS_TEST_COMPLEX *ap) |
void | F77_chpr2 (int *order, 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_ctbmv (int *order, 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 *order, 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 *order, char *uplow, char *transp, char *diagn, int *n, CBLAS_TEST_COMPLEX *ap, CBLAS_TEST_COMPLEX *x, int *incx) |
void | F77_ctpsv (int *order, char *uplow, char *transp, char *diagn, int *n, CBLAS_TEST_COMPLEX *ap, CBLAS_TEST_COMPLEX *x, int *incx) |
void | F77_ctrmv (int *order, char *uplow, char *transp, char *diagn, int *n, CBLAS_TEST_COMPLEX *a, int *lda, CBLAS_TEST_COMPLEX *x, int *incx) |
void | F77_ctrsv (int *order, char *uplow, char *transp, char *diagn, int *n, CBLAS_TEST_COMPLEX *a, int *lda, CBLAS_TEST_COMPLEX *x, int *incx) |
void F77_cgbmv | ( | int * | order, |
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 * | order, |
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 * | order, |
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 * | order, |
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 * | order, |
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 * | order, |
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 * | order, |
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 * | order, |
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 * | order, |
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 * | order, |
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 * | order, |
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 * | order, |
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 * | order, |
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 * | order, |
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 * | order, |
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 * | order, |
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 * | order, |
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.