MKL_SPARSE_D_SPMMD Interface

interface
public function MKL_SPARSE_D_SPMMD(operation, A, B, layout, C, ldc) bind(C, name='MKL_SPARSE_D_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
real(kind=C_DOUBLE), intent(inout), DIMENSION(*) :: C
integer, intent(in) :: ldc

Return Value integer(kind=C_INT)