MKL_SPARSE_Z_SPMMD Interface

interface
public function MKL_SPARSE_Z_SPMMD(operation, A, B, layout, C, ldc) bind(C, name='MKL_SPARSE_Z_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_DOUBLE_COMPLEX), intent(inout), DIMENSION(*) :: C
integer, intent(in) :: ldc

Return Value integer(kind=C_INT)