8 #if !defined(CBLAS_H) && !defined(__GSL_CBLAS_H__) && !defined(CBLAS_ENUM_DEFINED_H) && !defined(__MKL_CBLAS_H__) // this part conflicts with gsl_cblas.h 9 #define CBLAS_INDEX size_t 10 #define CBLAS_ENUM_DEFINED_H 29 #if !defined(__MKL_CBLAS_H__) static char CBLAS_SIDE_CHAR[]
char * cblas_side(CBLAS_SIDE Side)
static char CBLAS_UPLO_CHAR[]
char * cblas_transpose(CBLAS_TRANSPOSE TransA)
char * cblas_uplo(CBLAS_UPLO Uplo)
char * cblas_diag(CBLAS_DIAG Diag)
static char CBLAS_DIAG_CHAR[]
static char CBLAS_TRANSPOSE_CHAR[]