cublasCtrmm Interface

interface
public pure function cublasCtrmm(handle, side, uplo, transa, diag, m, n, alpha, a, lda, b, ldb) result(stat) bind(C,name="cublasCtrmm_v2")

Arguments

Type IntentOptional Attributes Name
type(c_ptr), intent(in), value :: handle
integer(kind=c_int), intent(in), value :: side
integer(kind=c_int), intent(in), value :: uplo
integer(kind=c_int), intent(in), value :: transa
integer(kind=c_int), intent(in), value :: diag
integer(kind=c_int), intent(in), value :: m
integer(kind=c_int), intent(in), value :: n
type(c_ptr), intent(in), value :: alpha
type(c_ptr), intent(in), value :: a
integer(kind=c_int), intent(in), value :: lda
type(c_ptr), intent(in), value :: b
integer(kind=c_int), intent(in), value :: ldb

Return Value integer(kind=c_int)

Description

ctrmm GPU (cublas v2) version