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