![]() |
LAPACK
3.9.0
LAPACK: Linear Algebra PACKage
|
| void cblas_ctrmm | ( | CBLAS_LAYOUT | layout, |
| CBLAS_SIDE | Side, | ||
| CBLAS_UPLO | Uplo, | ||
| CBLAS_TRANSPOSE | TransA, | ||
| CBLAS_DIAG | Diag, | ||
| const int | M, | ||
| const int | N, | ||
| const void * | alpha, | ||
| const void * | A, | ||
| const int | lda, | ||
| void * | B, | ||
| const int | ldb | ||
| ) |
Definition at line 12 of file cblas_ctrmm.c.