KTH framework for Nek5000 toolboxes; testing version
0.0.1
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | ztrsm (SIDE, UPLO, TRANSA, DIAG, M, N, ALPHA, A, LDA, B, LDB) |
subroutine ztrsm | ( | character*1 | SIDE, |
character*1 | UPLO, | ||
character*1 | TRANSA, | ||
character*1 | DIAG, | ||
integer | M, | ||
integer | N, | ||
complex*16 | ALPHA, | ||
complex*16, dimension( lda, * ) | A, | ||
integer | LDA, | ||
complex*16, dimension( ldb, * ) | B, | ||
integer | LDB | ||
) |