![]() |
LAPACK
3.9.0
LAPACK: Linear Algebra PACKage
|
| void cblas_stbsv | ( | const CBLAS_LAYOUT | layout, |
| const CBLAS_UPLO | Uplo, | ||
| const CBLAS_TRANSPOSE | TransA, | ||
| const CBLAS_DIAG | Diag, | ||
| const int | N, | ||
| const int | K, | ||
| const float * | A, | ||
| const int | lda, | ||
| float * | X, | ||
| const int | incX | ||
| ) |
Definition at line 10 of file cblas_stbsv.c.