MKL_SPARSE_SP2M Interface

interface
public function MKL_SPARSE_SP2M(opA, descrA, A, opB, descrB, B, req, C) bind(C, name='MKL_SPARSE_SP2M')

Arguments

Type IntentOptional Attributes Name
integer(kind=C_INT), intent(in) :: opA
type(MATRIX_DESCR), intent(in) :: descrA
type(SPARSE_MATRIX_T), intent(in) :: A
integer(kind=C_INT), intent(in) :: opB
type(MATRIX_DESCR), intent(in) :: descrB
type(SPARSE_MATRIX_T), intent(in) :: B
integer(kind=C_INT), intent(in) :: req
type(SPARSE_MATRIX_T), intent(inout) :: C

Return Value integer(kind=C_INT)