|  | LAPACK 3.12.1
    LAPACK: Linear Algebra PACKage | 
| void cblas_ztrsm_64 | ( | CBLAS_LAYOUT | layout, | 
| CBLAS_SIDE | Side, | ||
| CBLAS_UPLO | Uplo, | ||
| CBLAS_TRANSPOSE | TransA, | ||
| CBLAS_DIAG | Diag, | ||
| const int64_t | M, | ||
| const int64_t | N, | ||
| const void * | alpha, | ||
| const void * | A, | ||
| const int64_t | lda, | ||
| void * | B, | ||
| const int64_t | ldb ) |