MKL_SPARSE_C_TRSM Interface

interface
public function MKL_SPARSE_C_TRSM(operation, alpha, A, descr, layout, x, columns, ldx, y, ldy) bind(C, name='MKL_SPARSE_C_TRSM')

Arguments

Type IntentOptional Attributes Name
integer(kind=C_INT), intent(in) :: operation
complex(kind=C_FLOAT_COMPLEX), intent(in) :: alpha
type(SPARSE_MATRIX_T), intent(in) :: A
type(MATRIX_DESCR), intent(in) :: descr
integer(kind=C_INT), intent(in) :: layout
complex(kind=C_FLOAT_COMPLEX), intent(in), DIMENSION(*) :: x
integer, intent(in) :: columns
integer, intent(in) :: ldx
complex(kind=C_FLOAT_COMPLEX), intent(inout), DIMENSION(*) :: y
integer, intent(in) :: ldy

Return Value integer(kind=C_INT)