Go to the source code of this file.
Defines | |
#define | TEST_COL_MJR 0 |
#define | TEST_ROW_MJR 1 |
#define | UNDEFINED -1 |
Functions | |
void | F77_cgemm (int *order, char *transpa, char *transpb, int *m, int *n, int *k, CBLAS_TEST_COMPLEX *alpha, CBLAS_TEST_COMPLEX *a, int *lda, CBLAS_TEST_COMPLEX *b, int *ldb, CBLAS_TEST_COMPLEX *beta, CBLAS_TEST_COMPLEX *c, int *ldc) |
void | F77_chemm (int *order, char *rtlf, char *uplow, int *m, int *n, CBLAS_TEST_COMPLEX *alpha, CBLAS_TEST_COMPLEX *a, int *lda, CBLAS_TEST_COMPLEX *b, int *ldb, CBLAS_TEST_COMPLEX *beta, CBLAS_TEST_COMPLEX *c, int *ldc) |
void | F77_cher2k (int *order, char *uplow, char *transp, int *n, int *k, CBLAS_TEST_COMPLEX *alpha, CBLAS_TEST_COMPLEX *a, int *lda, CBLAS_TEST_COMPLEX *b, int *ldb, float *beta, CBLAS_TEST_COMPLEX *c, int *ldc) |
void | F77_cherk (int *order, char *uplow, char *transp, int *n, int *k, float *alpha, CBLAS_TEST_COMPLEX *a, int *lda, float *beta, CBLAS_TEST_COMPLEX *c, int *ldc) |
void | F77_csymm (int *order, char *rtlf, char *uplow, int *m, int *n, CBLAS_TEST_COMPLEX *alpha, CBLAS_TEST_COMPLEX *a, int *lda, CBLAS_TEST_COMPLEX *b, int *ldb, CBLAS_TEST_COMPLEX *beta, CBLAS_TEST_COMPLEX *c, int *ldc) |
void | F77_csyr2k (int *order, char *uplow, char *transp, int *n, int *k, CBLAS_TEST_COMPLEX *alpha, CBLAS_TEST_COMPLEX *a, int *lda, CBLAS_TEST_COMPLEX *b, int *ldb, CBLAS_TEST_COMPLEX *beta, CBLAS_TEST_COMPLEX *c, int *ldc) |
void | F77_csyrk (int *order, char *uplow, char *transp, int *n, int *k, CBLAS_TEST_COMPLEX *alpha, CBLAS_TEST_COMPLEX *a, int *lda, CBLAS_TEST_COMPLEX *beta, CBLAS_TEST_COMPLEX *c, int *ldc) |
void | F77_ctrmm (int *order, char *rtlf, char *uplow, char *transp, char *diagn, int *m, int *n, CBLAS_TEST_COMPLEX *alpha, CBLAS_TEST_COMPLEX *a, int *lda, CBLAS_TEST_COMPLEX *b, int *ldb) |
void | F77_ctrsm (int *order, char *rtlf, char *uplow, char *transp, char *diagn, int *m, int *n, CBLAS_TEST_COMPLEX *alpha, CBLAS_TEST_COMPLEX *a, int *lda, CBLAS_TEST_COMPLEX *b, int *ldb) |
#define TEST_COL_MJR 0 |
Definition at line 10 of file c_cblas3.c.
#define TEST_ROW_MJR 1 |
Definition at line 11 of file c_cblas3.c.
#define UNDEFINED -1 |
Definition at line 12 of file c_cblas3.c.
void F77_cgemm | ( | int * | order, |
char * | transpa, | ||
char * | transpb, | ||
int * | m, | ||
int * | n, | ||
int * | k, | ||
CBLAS_TEST_COMPLEX * | alpha, | ||
CBLAS_TEST_COMPLEX * | a, | ||
int * | lda, | ||
CBLAS_TEST_COMPLEX * | b, | ||
int * | ldb, | ||
CBLAS_TEST_COMPLEX * | beta, | ||
CBLAS_TEST_COMPLEX * | c, | ||
int * | ldc | ||
) |
Definition at line 14 of file c_cblas3.c.
void F77_chemm | ( | int * | order, |
char * | rtlf, | ||
char * | uplow, | ||
int * | m, | ||
int * | n, | ||
CBLAS_TEST_COMPLEX * | alpha, | ||
CBLAS_TEST_COMPLEX * | a, | ||
int * | lda, | ||
CBLAS_TEST_COMPLEX * | b, | ||
int * | ldb, | ||
CBLAS_TEST_COMPLEX * | beta, | ||
CBLAS_TEST_COMPLEX * | c, | ||
int * | ldc | ||
) |
Definition at line 90 of file c_cblas3.c.
void F77_cher2k | ( | int * | order, |
char * | uplow, | ||
char * | transp, | ||
int * | n, | ||
int * | k, | ||
CBLAS_TEST_COMPLEX * | alpha, | ||
CBLAS_TEST_COMPLEX * | a, | ||
int * | lda, | ||
CBLAS_TEST_COMPLEX * | b, | ||
int * | ldb, | ||
float * | beta, | ||
CBLAS_TEST_COMPLEX * | c, | ||
int * | ldc | ||
) |
Definition at line 320 of file c_cblas3.c.
void F77_cherk | ( | int * | order, |
char * | uplow, | ||
char * | transp, | ||
int * | n, | ||
int * | k, | ||
float * | alpha, | ||
CBLAS_TEST_COMPLEX * | a, | ||
int * | lda, | ||
float * | beta, | ||
CBLAS_TEST_COMPLEX * | c, | ||
int * | ldc | ||
) |
Definition at line 209 of file c_cblas3.c.
void F77_csymm | ( | int * | order, |
char * | rtlf, | ||
char * | uplow, | ||
int * | m, | ||
int * | n, | ||
CBLAS_TEST_COMPLEX * | alpha, | ||
CBLAS_TEST_COMPLEX * | a, | ||
int * | lda, | ||
CBLAS_TEST_COMPLEX * | b, | ||
int * | ldb, | ||
CBLAS_TEST_COMPLEX * | beta, | ||
CBLAS_TEST_COMPLEX * | c, | ||
int * | ldc | ||
) |
Definition at line 154 of file c_cblas3.c.
void F77_csyr2k | ( | int * | order, |
char * | uplow, | ||
char * | transp, | ||
int * | n, | ||
int * | k, | ||
CBLAS_TEST_COMPLEX * | alpha, | ||
CBLAS_TEST_COMPLEX * | a, | ||
int * | lda, | ||
CBLAS_TEST_COMPLEX * | b, | ||
int * | ldb, | ||
CBLAS_TEST_COMPLEX * | beta, | ||
CBLAS_TEST_COMPLEX * | c, | ||
int * | ldc | ||
) |
Definition at line 384 of file c_cblas3.c.
void F77_csyrk | ( | int * | order, |
char * | uplow, | ||
char * | transp, | ||
int * | n, | ||
int * | k, | ||
CBLAS_TEST_COMPLEX * | alpha, | ||
CBLAS_TEST_COMPLEX * | a, | ||
int * | lda, | ||
CBLAS_TEST_COMPLEX * | beta, | ||
CBLAS_TEST_COMPLEX * | c, | ||
int * | ldc | ||
) |
Definition at line 265 of file c_cblas3.c.
void F77_ctrmm | ( | int * | order, |
char * | rtlf, | ||
char * | uplow, | ||
char * | transp, | ||
char * | diagn, | ||
int * | m, | ||
int * | n, | ||
CBLAS_TEST_COMPLEX * | alpha, | ||
CBLAS_TEST_COMPLEX * | a, | ||
int * | lda, | ||
CBLAS_TEST_COMPLEX * | b, | ||
int * | ldb | ||
) |
Definition at line 448 of file c_cblas3.c.
void F77_ctrsm | ( | int * | order, |
char * | rtlf, | ||
char * | uplow, | ||
char * | transp, | ||
char * | diagn, | ||
int * | m, | ||
int * | n, | ||
CBLAS_TEST_COMPLEX * | alpha, | ||
CBLAS_TEST_COMPLEX * | a, | ||
int * | lda, | ||
CBLAS_TEST_COMPLEX * | b, | ||
int * | ldb | ||
) |
Definition at line 507 of file c_cblas3.c.