MKL_SPARSE_C_SPMMD Interface

interface
public function MKL_SPARSE_C_SPMMD(operation, A, B, layout, C, ldc) bind(C, name='MKL_SPARSE_C_SPMMD')

Arguments

Type IntentOptional Attributes Name
integer(kind=C_INT), intent(in) :: operation
type(SPARSE_MATRIX_T), intent(in) :: A
type(SPARSE_MATRIX_T), intent(in) :: B
integer(kind=C_INT), intent(in) :: layout
complex(kind=C_FLOAT_COMPLEX), intent(inout), DIMENSION(*) :: C
integer, intent(in) :: ldc

Return Value integer(kind=C_INT)