Go to the source code of this file.
Defines | |
#define | F77_DI &DI |
#define | F77_incX incX |
#define | F77_K K |
#define | F77_lda lda |
#define | F77_N N |
#define | F77_TA &TA |
#define | F77_UL &UL |
Functions | |
void | cblas_ztbsv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE TransA, const enum CBLAS_DIAG Diag, const int N, const int K, const void *A, const int lda, void *X, const int incX) |
#define F77_DI &DI |
#define F77_incX incX |
#define F77_K K |
#define F77_lda lda |
#define F77_N N |
#define F77_TA &TA |
#define F77_UL &UL |
void cblas_ztbsv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | TransA, | ||
const enum CBLAS_DIAG | Diag, | ||
const int | N, | ||
const int | K, | ||
const void * | A, | ||
const int | lda, | ||
void * | X, | ||
const int | incX | ||
) |
Definition at line 10 of file cblas_ztbsv.c.