Definition at line 409 of file accel_blas.F90.
|
subroutine | cuda_blas_ztrsm (handle, side, uplo, trans, diag, m, n, alpha, A, lda, B, ldb) |
|
◆ cuda_blas_ztrsm()
subroutine accel_blas_oct_m::cuda_blas_ztrsm::cuda_blas_ztrsm |
( |
type(c_ptr), intent(in) |
handle, |
|
|
integer, intent(in) |
side, |
|
|
integer, intent(in) |
uplo, |
|
|
integer, intent(in) |
trans, |
|
|
integer, intent(in) |
diag, |
|
|
integer(int64), intent(in) |
m, |
|
|
integer(int64), intent(in) |
n, |
|
|
type(c_ptr), intent(in) |
alpha, |
|
|
type(c_ptr), intent(in) |
A, |
|
|
integer(int64), intent(in) |
lda, |
|
|
type(c_ptr), intent(inout) |
B, |
|
|
integer(int64), intent(in) |
ldb |
|
) |
| |
|
private |
The documentation for this interface was generated from the following file: